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 load_driver : uri:Uri.t -> string -> ((module DRIVER), [> Caqti_error.load ]) Stdlib.result