package caqti

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

The the interface used internally to load drivers.

type +'a fiber
type (+'a, +'e) stream
type switch
type stdenv
module type CONNECTION = Caqti_connection_sig.S with type 'a fiber := 'a fiber and type ('a, 'e) stream := ('a, 'e) stream
module type DRIVER = DRIVER with type 'a fiber := 'a fiber and type ('a, 'e) stream := ('a, 'e) stream and type switch := switch and type stdenv := stdenv
val provides_unix : bool
val find_and_apply : string -> (module DRIVER) option
OCaml

Innovation. Community. Security.