<div>Hi,</div><div>I am trying to learn, through Racket doc, the web server, servlet, etc.. and i&#39;m locked to the databases.</div><div>I understood how to write in the sqlite database, but i don&#39;t know how to save it ( the backup is automatic ? )</div>
<div>In the doc Racket ( <a href="http://docs.racket-lang.org/continue/#%28part._.Using_.Formlets%29">http://docs.racket-lang.org/continue/#%28part._.Using_.Formlets%29</a> (application.rkt)), it says that it is possible to open a database, (initialize-blog! (build-path (current-directory) &quot;the-blog-data.sqlite&quot;)).</div>
<div><br></div><div>How, from a blog at a given time t, save it as a file, eg &quot;the-blog-data.sqlite&quot; ?</div><div><br></div><div>Thank you for correcting me if I misunderstood ..</div><div><br></div><div>Thanks in advance,</div>
<div>-mw</div>