Turning SQLite into a distributed database
mvSQLite is the open-source, SQLite-compatible distributed database. We decoupled SQLite's storage layer onto FoundationDB to offer massive yet "bottomless" scalability, point-in-time reads, and the strictest level of consistency. There are already so many nice "multi-machine" SQLite flavors: rqlite, dqlite, and Litestream.
https://univalence.me/posts/mvsqlite