package caqti

  1. Overview
  2. Docs
Unified interface to relational database libraries

Install

dune-project
 Dependency

Authors

Maintainers

Sources

caqti-v2.1.1.tbz
sha256=483a535f41e2641917fc1832ce4ad15ffc3f4e8283b1b3018a2617349583090a
sha512=6a1222c0c55cb16a9d409980f9f2400340689b87e21aafed2d7459fd7feaeb109c2dfaf77f55f8422fbb7d3772342565ced7fed78a7b77af5aedab5bfd5ae882

doc/caqti_platform_unix/Caqti_platform_unix/Driver_loader/index.html

Module Caqti_platform_unix.Driver_loaderSource

Connection functor and registration for driver using the Unix module.

Registration

Sourcemodule type DRIVER_FUNCTOR = functor (System : Caqti_platform.System_sig.S) -> functor (_ : System_sig.S with type 'a fiber := 'a System.Fiber.t and type stdenv := System.stdenv) -> Caqti_platform.Driver_loader.DRIVER with type 'a fiber := 'a System.Fiber.t and type ('a, 'err) stream := ('a, 'err) System.Stream.t and type switch := System.Switch.t and type stdenv := System.stdenv

The functor implemented by drivers dependent on the unix library.

Sourceval register : string -> (module DRIVER_FUNCTOR) -> unit

define_unix_driver scheme m installs m as a handler for the URI scheme scheme. This call must be done by a backend installed with findlib name caqti-driver-scheme as part of its initialization.

Usage

Sourcemodule Make (System : Caqti_platform.System_sig.S) (_ : System_sig.S with type 'a fiber := 'a System.Fiber.t and type stdenv := System.stdenv) : Caqti_platform.Driver_loader.S with type 'a fiber := 'a System.Fiber.t and type ('a, 'e) stream := ('a, 'e) System.Stream.t and type switch := System.Switch.t and type stdenv := System.stdenv

Constructs the main module used to connect to a database for the given concurrency model.

OCaml

Innovation. Community. Security.