1 USING: help.markup help.syntax db http.server ;
6 { "responder" "a responder" } { "db" "a database descriptor" }
7 { "responder'" db-persistence }
9 { $description "Wraps a responder with database persistence support. The responder's " { $link call-responder* } " method will run in a " { $link with-db } " scope." } ;
11 ARTICLE: "furnace.db" "Furnace database support"
12 "The " { $vocab-link "furnace.db" } " vocabulary implements a responder which maintains a database connection pool and runs each request in a " { $link with-db } " scope."
13 { $subsection <db-persistence> }
14 "The " { $vocab-link "furnace.alloy" } " vocabulary combines database persistence with several other features." ;