dbdb.io
dbdb.io copied to clipboard
Database: mvsqlite
Running SQLite on top of FoundationDB: https://github.com/losfair/mvsqlite
- In the same spirit as rqlite, but instead of a layer on top of SQLite, it's replacing the VFS layer.
- The SQLite pages are stored in FoundationDB.
- It "ignores" the SQLite locking and instead aborts transactions if the pages saw concurrent modification during the transaction.
(It was on Hacker News a few weeks ago; I'm not affiliated with it.)