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-v2.3.2.tbz
sha256=8f6c1724b59ac22a5c657c9e53b9a1706e39ecd462e82958b0cea88e43f0aba7
sha512=75b968ab37ae94cadcaabbcce0f91b1ffa4334ed69e441bdeb823077eb7675264282efb0fab3baaaad446582cfb427769e19f22c8c194a316ac2248c3fba5cf8
doc/caqti.platform/Caqti_platform/Connector/Make/argument-2-Pool/index.html
Parameter Make.Pool
include Caqti_pool_sig.S with type 'a fiber := 'a System.Fiber.t
val size : ('a, 'e) t -> intsize pool is the current number of open resources in pool.
val use :
?priority:float ->
('a -> ('b, 'e) result System.Fiber.t) ->
('a, 'e) t ->
('b, 'e) result System.Fiber.tuse f pool calls f on a resource drawn from pool, handing back the resource to the pool when f exits.
val drain : ('a, 'e) t -> unit System.Fiber.tdrain pool closes all resources in pool. The pool is still usable, as new resources will be created on demand.
val create :
?config:Caqti_pool_config.t ->
?check:('a -> (bool -> unit) -> unit) ->
?validate:('a -> bool System.Fiber.t) ->
?log_src:Logs.Src.t ->
sw:System.Switch.t ->
stdenv:System.stdenv ->
(unit -> ('a, 'e) result System.Fiber.t) ->
('a -> unit System.Fiber.t) ->
('a, 'e) tInternal: create alloc free is a pool of resources allocated by alloc and freed by free. This is primarily intended for implementing the connect_pool functions.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>