Driver_loader.Make
SourceConstructs the main module used to connect to a database for the given concurrency model.
module System : Caqti_platform.System_sig.S
module _ :
System_sig.S
with type 'a fiber := 'a System.Fiber.t
and type stdenv := System.stdenv
module type CONNECTION =
Caqti_connection_sig.S
with type 'a fiber := 'a System.Fiber.t
and type ('a, 'e) stream := ('a, 'e) System.Stream.t
module type DRIVER =
Caqti_platform.Driver_loader.DRIVER
with type 'a fiber := 'a System.Fiber.t
and type ('a, 'e) stream := ('a, 'e) System.Stream.t
and type switch := System.Switch.t
and type stdenv := System.stdenv