On Thu, Oct 3, 2013 at 12:36 PM, Kf Lee <kflee2...@gmail.com> wrote:

>  Are there
> facilities to open a hard disk
> database and keep all in memory, operate the memory db using normal
> sqlite statements,
> and later save it back to hard disk? That sound like a perfect solution.
>


Use the backup API (http://www.sqlite.org/backup.html) to transfer content
from disk to memory at startup, then back from memory to disk at shutdown.

-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to