On Sat, Mar 2, 2013 at 5:52 AM, Rob Turpin <flax3...@gmail.com> 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
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
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