Dynamic linking of Caqti drivers using findlib.dynload.

Install

Authors

Maintainers

Sources

caqti-0.11.0.tbz
md5=f749fd41e5c20d20a315f257f6ec7128

Description

This library registers a dynamic linker which will be called when encoutering an unhandled database URI. It tries to load a findlib package named "caqti-driver-" where "" is the scheme of the URI, which is expected register a driver for the scheme.

This is a separate package to avoid the dependency on the findlib.dynload for architectures, like MirageOS, where dynamic linking may be unavailable. The alternative is to link drivers directly into the application.

Published: 31 May 2018

Dependencies (4)

  1. ocamlfind
  2. jbuilder >= "1.0+beta19"
  3. caqti = "0.11.0"
  4. ocaml >= "4.04.0"

Dev Dependencies

    None

Used by (2)

  1. caqti-async = "0.11.0"
  2. caqti-lwt = "0.11.0"

Conflicts

    None