package caqti

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

Install

Dune Dependency

Authors

Maintainers

Sources

caqti-v1.2.1.tbz
sha256=8622429654c374774a637d5434182863800bafa1dcc86ddded3ff24a86a55e44
sha512=5dd1398bd0b2ee21d1dead6a6dc07a35c8ec72e738f0cc3add1f1846f8ea73a0e19c8cd99e316f8e752d020aac396265d0da5d331d9c21bdcb61b8a5266e7b5d

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.