@SQLite Guys: Do you have something like branching on your roadmap? I really like this feature and see a lot of use-cases beside the blockchain topic. And, of course if this works with your encryption extension that would be awesome.
* simple versioning of a database: Useful when you want to keep different app states (like complex calculations) and be able to go back and forth in time to see what data was used, what changed, what is the impact of that change. * simple implementation of alternatives: create a branch and let the user do whatever the want. Later they can keep it or go back. I think using changesets can be a bit more challenging for such a use-case. * I see such a feature as a natural companion to the session extension. Where versioning/branching works on the whole database. Viele Grüsse. Robert M. Münch On 29 Aug 2018, at 14:28, Simon Slavin wrote: > I have no connection with the following project. > > <https://github.com/aergoio/litetree> > > Described poorly on the web site so here's my own description: > > This is an extension of SQLite which allows branched versions, each new > branch creating one dataset which existed before the new branch and a new > dataset, initially a copy of the old dataset at some historical point, which > can be further modified. Both the old and new branches can be further > branched. > > LiteTree is implemented storing the SQLite db pages on LMDB making it more > than twice as fast as normal SQLite on Linux and MacOSX, and also runs on > Windows. > > Simon. > _______________________________________________ > sqlite-users mailing list > sqlite-users@mailinglists.sqlite.org > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
signature.asc
Description: OpenPGP digital signature
_______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users