[racket] Informations about sqlite database
Thanks, i've just understand alot of things with the sqlite doc page.
But I still have one problem, i create a table "posts", and each time, i add
things on the table.
Is it possible, when things were added, to save the current database for
example in ((current-directory) "data.sqlite") ? If it's possible, could
you explain me the process ?
I don't understand how to get the blog content for later use, in a file.
sqlite ...
Thank you very much,
-mw
2010/10/7 Jay McCarthy <jay.mccarthy at gmail.com>
> If you execute an SQL INSERT command, like blog-insert-post! does in
> that example, then SQLite will persist that change without any further
> effort on your part.
>
> Jay
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20101007/50f34148/attachment.html>