losfair/mvsqlite
Distributed, MVCC SQLite that runs on FoundationDB. observed · 2026-08-28
Health v2 · maintenance only
92/100
- Activity 98
- Release rhythm 81
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 2.5
- age_days: 1500
- days_rel: 125
- days_push: 13
- n_releases_24m: 11
Adoption not part of the score
1573 stars · 48 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
mvSQLite is a distributed, MVCC layer that runs SQLite on top of FoundationDB via a custom VFS, providing scalable lock-free transactions and time-travel snapshots. It integrates into existing applications as a drop-in replacement through LD_PRELOAD or a patched libsqlite3.
Use cases
- turn sqlite into a distributed database
- scale sqlite reads and writes across a cluster
- query past snapshots of a database (time travel)
- drop-in distributed storage for existing sqlite apps
- run sqlite transactions larger than foundationdb's 5-second limit
- get foundationdb replication and backup for sqlite data
When to choose
- you already use SQLite and need horizontal scalability and replication
- you want FoundationDB's correctness and transactional guarantees with a SQL interface
- you need MVCC time-travel or snapshot reads
- you want a drop-in VFS-based integration without rewriting app code
When to avoid
- you need a simple single-node embedded database (plain SQLite suffices)
- you cannot operate a FoundationDB cluster
- you require fully stable, production-validated experimental features like commit groups
- you need a managed database service rather than self-hosted infrastructure
Facets
library · maturity active
database orm caching databases microservices backend developer-tools rust self-hosted sqlite foundationdb mvcc distributed-database vfs time-travel drop-in-replacement linux macos
2 sources
- readme: https://github.com/losfair/mvsqlite · fetched 2026-08-28 · 62bced910993
- homepage: https://github.com/losfair/mvsqlite/wiki · fetched 2026-08-29 · 5eb698a65887
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| losfair/mvsqlite | main | 92 |
For agents
markdown · JSON · MCP: product_card(name="losfair/mvsqlite")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem