So I'm assuming saving in memory databases isn't an option with sqlite4. On Sat, Mar 2, 2013 at 5:58 AM, Richard Hipp <[email protected]> wrote:
> On Sat, Mar 2, 2013 at 5:52 AM, Rob Turpin <[email protected]> wrote: > > > The backup API for sqlite3 > > > > sqlite3_backup_init > > sqlite3_backup_step > > sqlite3_backup_finish > > > > I can't find anything similar in sqlite4. Is there any, or plans for it? > > > > There are no pressing plans. It isn't on the to-do list. > > The SQLite3 backup mechanism operates deep down at the page level of the > b-tree storage engine. But SQLite4 does not use a b-tree storage engine, > it uses LSM, so the SQLite3 backup mechanism isn't directly applicable. > Some entirely need implementation method would need to be devised. > > > > > > Thanks, > > Rob > > _______________________________________________ > > sqlite-users mailing list > > [email protected] > > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > > > > > > -- > D. Richard Hipp > [email protected] > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

