package caqti-dynload

  1. Overview
  2. No Docs
Dynamic linking of Caqti drivers using findlib.dynload (deprecated)

Install

dune-project
 Dependency

Authors

Maintainers

Sources

caqti-v2.3.0.tbz
sha256=4dadf33904c9fd25065dbf6739aa0a9eaaaea000c6981c17a534b475dd5c3891
sha512=13c1cbeff3ee0e54ed1cc8f8df5f7660c292d5d50faa9480916f3c7e578961ab3b3779395c0664346cf42509f7b98d986e8377133542869a462288d6c0e34cbf

Description

This package is deprecated, please use caqti.plugin instead.

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: 13 Apr 2026

Dependencies (4)

  1. ocamlfind
  2. ocaml
  3. dune >= "3.9"
  4. caqti >= "2.0.0" & < "3.0.0~"

Dev Dependencies

None

Used by (3)

  1. caqti-async = "2.0.1"
  2. caqti-eio < "2.1.1"
  3. caqti-lwt = "2.0.1"

Conflicts

None