USING: db.sqlite db.tuples db.types ; wiki-db [ article revision [ ensure-table ] bi@ ] with-db wiki-db [ init-wiki ] with-db wiki-db main-responder set-global 8080 httpd ! At this point, you have a threaded-server on the stack you can stop with "stop-server" ! This will give you a semi-working webapps.wiki because it throws a 500 error when I tried to edit articles, but this gives the general gist of using with-db and undersatnding for database persistence in Furnace.