Module Caqti_driver_sig

Internal: Signature for driver implementation.

This interface is unstable.

module type S = sig ... end
module type F = functor (System : Caqti_system_sig.S) -> S with type 'a future := 'a System.future