db-close ( handle -- )
Furnace framework » Database library » Low-level database protocol

Prev:db-open ( db -- db-connection )
Next:<simple-statement> ( string in out -- statement )


Vocabulary
db

Inputs
handlean alien


Outputs
None

Word description
Closes a database using the handle provided. Use of the with-db combinator is preferred over manually opening and closing databases so that resources are not leaked.

See also
db-open, with-db

Definition


Methods