Handbook
Glossary
with-pooled-db ( pool quot -- )
Vocabulary
db
.
pools
Inputs
pool
an
object
quot
an
object
Outputs
None
Definition
USING:
db
io.pools
kernel
namespaces
;
IN:
db.pools
:
with-pooled-db
( pool quot -- )
[
[
db-connection
]
]
dip
[
with-variable
]
curry
compose
with-pooled-connection
;
inline