[racket] Informations about sqlite database

From: Jay McCarthy (jay.mccarthy at gmail.com)
Date: Thu Oct 7 13:15:09 EDT 2010

If I understand you correctly, you don't need to do anything. SQLite
saves EVERYTHING for later. There's no explicit "save to disk" that
needs to occur.

Jay

On Thu, Oct 7, 2010 at 11:03 AM, scouic <scouic at gmail.com> wrote:
> 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
>>
>
> _________________________________________________
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/users
>



-- 
Jay McCarthy <jay at cs.byu.edu>
Assistant Professor / Brigham Young University
http://teammccarthy.org/jay

"The glory of God is Intelligence" - D&C 93


Posted on the users mailing list.