with-db ( db quot -- )


Vocabulary
db

Inputs
dba database configuration object
quota quotation


Outputs
None

Word description
Calls the quotation with a database bound to the db-connection symbol. See Custom database combinators for help setting up database access.

See also
db-open, db-close

Definition