A distributed SQLite replication system ↦
Ben Johnson is at it again.
LiteFS is a FUSE-based file system for replicating SQLite databases across a cluster of machines. It works as a passthrough file system that intercepts writes to SQLite databases in order to detect transaction boundaries and record changes on a per-transction level in LTX files.
I believe Ben was alluding to this (then unreleased) tool on his recent Ship It! appearance…
Discussion
Sign in or Join to comment or subscribe
Ben Johnson
2022-07-26T21:25:46Z ago
It is indeed what I was alluding to! :)