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.mccar...@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 > >
_________________________________________________ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users