package caqti

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module type S.DRIVER

module type CONNECTION = Caqti_connection_sig.S with type 'a fiber := 'a fiber and type ('a, 'err) stream := ('a, 'err) stream
val driver_info : Caqti_driver_info.t
val connect : sw:switch -> stdenv:stdenv -> subst:(Caqti_template.Dialect.t -> Caqti_template.Query.subst) -> config:Caqti_connect_config.t -> Uri.t -> ((module CONNECTION), [> Caqti_error.connect ]) result fiber