On Fri, Oct 5, 2018 at 8:40 AM Daniel Kraft <[email protected]> wrote: > Hi! > > I need the ability to make multiple changes / commits to my SQLite > database but keep snapshots of previous states and potentially roll back > to those states later on. >
If the database is small enough that you can have multiple copies of it, backup and restore could be a cumbersome way to do what you want. Gerry Snyder _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

