GeistHaus
log in · sign up

Replicating SQLite using Raft Consensus

philipotoole.com

SQLite is a "self-contained, serverless, zero-configuration, transactional SQL database engine". However, it doesn't come with replication built in, so if you want to store mission-critical data in it, you better back it up. The usual approach is to continually copy the SQLite file on every change. I wanted SQLite, I wanted it distributed, and I…

0 pages link to this URL

No pages have linked to this URL yet.