USING: db db.sqlite fry io.files.temp ; : with-book-tutorial ( quot -- ) '[ "book-tutorial.db" temp-file _ with-db ] call ; inline [ book recreate-table book get insert-tuple ] with-book-tutorial