> From: "DeTerra, David J" <david.j.dete...@boeing.com> > Hi all, > > I was wondering if there is a feature in sqlite that would allow a set > of in-memory databases to periodically be written to disk for purposes > of database recovery on application or machine failure? > > And then subsequently read those persisted database files back into a > memory database on restart? > > Thanks, > David
Actually, given the embedded nature of SQLite, I could see a use for this. Provide a function which would provide a Blob like interface (ptr/len) to a memory database in a quiescent/consistent state, which could subsequently be saved to disk, or indeed, as a blob within a database, and then at some time in future be re-constituted as a live memory database ... hmmm ... _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users