This project simulates multiple SQLite databases (peers) each maintaining an append-only ledger, and demonstrates how to compute and compare Merkle roots across peers to detect divergence. Key ...
In node.js versions 22.5 and later, an experimental built-in version of sqlite is included. I tried to specify this in both the package.json and the .npmrc, so I hope ...