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 On Thu, Oct 7, 2010 at 10:23 AM, scouic <sco...@gmail.com> wrote: > Hi, > I am trying to learn, through Racket doc, the web server, servlet, etc.. and > i'm locked to the databases. > I understood how to write in the sqlite database, but i don't know how to > save it ( the backup is automatic ? ) > In the doc Racket ( > http://docs.racket-lang.org/continue/#%28part._.Using_.Formlets%29 (application.rkt)), > it says that it is possible to open a database, (initialize-blog! > (build-path (current-directory) "the-blog-data.sqlite")). > How, from a blog at a given time t, save it as a file, eg > "the-blog-data.sqlite" ? > Thank you for correcting me if I misunderstood .. > Thanks in advance, > -mw > _________________________________________________ > For list-related administrative tasks: > http://lists.racket-lang.org/listinfo/users > -- Jay McCarthy <j...@cs.byu.edu> Assistant Professor / Brigham Young University http://teammccarthy.org/jay "The glory of God is Intelligence" - D&C 93 _________________________________________________ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users