Author: | metaperl |
---|---|
Mode: | factor |
Date: | Mon, 1 Mar 2010 18:56:29 |
USING: db db.sqlite fry io.files.temp ; : with-book-tutorial ( quot -- ) '[ "book-tutorial.db" temp-file <sqlite-db> _ with-db ] call ; inline [ book recreate-table book get insert-tuple ] with-book-tutorial