Caqti_lwtSourcePrerequisities for connecting to databases using Lwt
This module contains most of the prerequisite types and modules. Functions to establish database connections are provided by the caqti-lwt.unix and caqti-mirage libraries. Pool instances are also found there due to additional OS dependencies.
module type CONNECTION =
Caqti_connection_sig.S
with type 'a fiber := 'a Lwt.t
and type ('a, 'e) stream := ('a, 'e) Stream.t