fix db tutorial
parent
3368866fc3
commit
72be152832
|
@ -229,7 +229,7 @@ T{ book
|
|||
"Now we've created a book. Let's save it to the database."
|
||||
{ $code <" USING: db db.sqlite fry io.files ;
|
||||
: with-book-tutorial ( quot -- )
|
||||
'[ "book-tutorial.db" temp-file sqlite-db _ with-db ] call ;
|
||||
'[ "book-tutorial.db" temp-file <sqlite-db> _ with-db ] call ;
|
||||
|
||||
[
|
||||
book recreate-table
|
||||
|
|
Loading…
Reference in New Issue