package caqti

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

Install

Dune Dependency

Authors

Maintainers

Sources

caqti-v1.2.3.tbz
sha256=2fc68b60d90281e11a3272fa0e760cc22282a317b734778ab0bf987ed08a2f72
sha512=c0f214776bd2eda73f54ab0f64b89a90d12afc0b793308ee21374d70fc096073a24ae66fe0516304a4dc5da8ac5b98cd7df2d2eb88b002f616ef788105c1ec64

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 and type ('a, 'err) stream := ('a, 'err) System.Stream.t
OCaml

Innovation. Community. Security.