LiteTree: SQLite with Branches

Costas

Administrator
Staff member
Imagine being able to have many connections to the same database, each one reading a separate branch or commit at the same time. Or even writing to separate branches.

This is possible with LiteTree. It is a modification of the SQLite engine to support branching, like git!

https://github.com/aergoio/litetree
 
Top