Driver_loader.Make
SourceInstantiation of the loader interface for give system dependencies.
module System : System_sig.S
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 =
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