package caqti

  1. Overview
  2. Docs
Unified interface to relational database libraries

Install

Dune Dependency

Authors

Maintainers

Sources

caqti-1.0.0.tbz
md5=6fb535971d307094a9f0bfb05ddc711c
sha256=016e4649710b8ba530642aa706fa62ae65224f18d6791df63554451a430eb3dd

doc/caqti/Caqti_driver_sig/index.html

Module Caqti_driver_sig

Internal: Signature for driver implementation.

This interface is unstable and may change between minor versions. If you are developing an external driver, please open an issue to sort out requirements and to announce you need for a stable driver API.

module type System_common = sig ... end
module type System_unix = sig ... end
module type S = sig ... end
module type Of_system_unix = functor (System : System_unix) -> S with type 'a future := 'a System.future
OCaml

Innovation. Community. Security.