Caqti_miouSourcePrerequisites for establishing connections under miou.
The connection functions can be found in caqti-miou.unix.
This library considered unstable for now, and may be revised or replaced as the effect-based libraries evolve.
module type CONNECTION =
Caqti_connection_sig.S
with type 'a fiber := 'a
and type ('a, 'e) stream := ('a, 'e) Stream.t