package caqti
Unified interface to relational database libraries
Install
Dune Dependency
Authors
Maintainers
Sources
caqti-0.10.2.tbz
sha256=d688bd22f6fde5be5a755900545fade0d5fdce6dbcb0b85770d02dad87c41e7c
md5=d18745a703da336054c0d27e78f8be8a
doc/caqti.v1/Caqti1_pool/Make/index.html
Module Caqti1_pool.Make
Source
Parameters
module System : Caqti1_system_sig.S
Signature
Source
val create :
?max_size:int ->
?check:('a -> (bool -> unit) -> unit) ->
?validate:('a -> bool System.io) ->
(unit -> 'a System.io) ->
('a -> unit System.io) ->
'a t
(internal) create alloc free
is a pool of resources allocated by alloc
and freed by free
. This is primarily indented for implementing the connect_pool
functions.
use f pool
calls f
on a resource drawn from pool
, handing back the resource to the pool when f
exits.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page