|
|
|
|
|
by cannadayr
2848 days ago
|
|
Neat. I'll have to compare this to my own implementation. https://github.com/cannadayr/git-sqlite Instead of storing the transactions as a separate lmdb commit, I decided to store the database in a git repository and expose the diffs using sqlite's sqldiff utility. This allowed my workflow to be almost unchanged and limits the dependencies to git, sqlite, sqldiff, & bash. |
|