caqti
Caqti_sql_io
SQL IO utility functions.
New code should instead use Caqti_query.angstrom_parser with the appropriate parsing function from the Angstrom library.
Caqti_query.angstrom_parser
caqti.blocking
module type MONAD = sig ... end
The concurrency monad assumed by Make.
Make
module type S = sig ... end
The interface implemented by Make.
module Make (Io : MONAD) : S with type 'a future := 'a Io.t
The implementation.