package caqti

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

Install

Dune Dependency

Authors

Maintainers

Sources

caqti-v2.2.4.tbz
sha256=b8ea432820154ec095132c4f7b244b06cd8553e0b2035185b844d9c4f30af8bb
sha512=b7e3ad8e6a9b587db2d517e15cd42df2945148f9223b2fa6f4bc2bcdd2709d53549cca4b65e54511d22466e4c9aa7f0b9c17305a07505519d8bf81d95de629b8

doc/caqti.platform/Caqti_platform/Driver_loader/Make/argument-1-System/index.html

Parameter Make.System

include System_sig.CORE
type stdenv

Type of an extra argument to connect functions used to pass through the network stack in Mirage and stdenv in EIO. This is eliminated at the service API where not needed.

module Switch : sig ... end

A module used by EIO to handle cleanup tasks; unit for other platforms.

val async : sw:Switch.t -> (unit -> unit Fiber.t) -> unit

async f runs f () asynchroneously if possible, else immediately.

module Mutex : sig ... end
module Condition : sig ... end
module Log : sig ... end
module Stream : Caqti_stream_sig.S with type 'a fiber := 'a Fiber.t
module Sequencer : System_sig.SEQUENCER with type 'a fiber := 'a Fiber.t
module Net : System_sig.NET with type 'a fiber := 'a Fiber.t and type switch := Switch.t and type stdenv := stdenv
OCaml

Innovation. Community. Security.