Handbook
Glossary
Furnace database support
Furnace framework
ยป
Furnace persistence layer
Next:
Furnace sessions
The
furnace
.
db
vocabulary implements a responder which maintains a database connection pool and runs each request in a
with-db
scope.
<db-persistence>
( responder db -- responder' )
The
furnace
.
alloy
vocabulary combines database persistence with several other features.