package caqti

  1. Overview
  2. Docs

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