package caqti
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Unified interface to relational database libraries
Install
dune-project
Dependency
Authors
Maintainers
Sources
caqti-v3.0.0.tbz
sha256=3ceea06ba0e8e8bcab0386b5817b68cb30fce457eaa25ada0182891d66f6a0b9
sha512=e01f546a45b04cafd5fa262e9228e5a1aabd5e0942059c073a4181c928450baf3d990cc59ffb1a33dff445b46a0e218224a23dca96e8d24cdd0ab793d08e4538
doc/caqti.platform/Caqti_platform/Connector/index.html
Module Caqti_platform.ConnectorSource
Connection functor and backend registration.
Defines the function used to dynamically load driver libraries. This is normally called during initialization by the caqti.plugin library, if linked into the application.
Source
module Make
(System : System_sig.S)
(Pool :
Pool.S
with type 'a fiber := 'a System.Fiber.t
and type switch := System.Switch.t
and type stdenv := System.stdenv)
(Loader :
Driver_loader.S
with type 'a fiber := 'a System.Fiber.t
and type switch := System.Switch.t
and type stdenv := System.stdenv
and type ('a, 'e) stream := ('a, 'e) System.Stream.t) :
Caqti.Connect.S
with type 'a fiber := 'a System.Fiber.t
and type ('a, 'e) stream := ('a, 'e) System.Stream.t
and type ('a, 'e) pool := ('a, 'e) Pool.t
and type 'a with_switch := sw:System.Switch.t -> 'a
and type 'a with_stdenv := stdenv:System.stdenv -> 'a
and type connection := (module Loader.CONNECTION)Constructs the main module used to connect to a database for the given concurrency model.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>