package caqti

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

Install

Dune Dependency

Authors

Maintainers

Sources

caqti-v1.9.0.tbz
sha256=e1f580848faf3a54f23174067f2c75f77f6a2fe50ca8bc923428d0e1841192c5
sha512=7a11edfcfbbe4855347b066e222cf6bf46d1afedcd4978661b9a2b3931921faa1768a6bc24031fd3afa84537fe2adc8b139399deb77120461bee8fb394d68e82

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.