Is there a recommended way to save an in-memory database to a file?  Is there
a way to access the underlying in-memory data directly to save out to disk
(if that would even work)?  

My other thought was to create an empty file based db and attach it,
creating tables and transferring all the data through sql.

Maybe there is some other option?
-- 
View this message in context: 
http://www.nabble.com/Saving-an-in-memory-database-to-file-tp17571347p17571347.html
Sent from the SQLite mailing list archive at Nabble.com.

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

Reply via email to