orbitinghail/graft
Graft is an open-source transactional storage engine optimized for lazy, partial, and strongly consistent replication—perfect for edge, offline-first, and distributed applications. observed · 2026-08-28
Health v2 · maintenance only
75/100
- Activity 99
- Release rhythm 59
- Longevity 51
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 6
- age_days: 720
- days_rel: 273
- days_push: 7
- n_releases_24m: 8
Adoption not part of the score
1532 stars · 34 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Graft is an open-source transactional storage engine written in Rust that turns object storage into a transactional system with lazy, partial, strongly consistent replication. It ships as a SQLite extension (VFS) with bindings for Python, JavaScript, Ruby, and Swift, plus an embeddable Rust crate.
Use cases
- sync sqlite databases across devices offline-first
- build edge applications with partial data replication
- run stateless read replicas on object storage
- replicate only the data a mobile client needs
- add strong consistency to distributed sqlite deployments
- turn s3-compatible storage into a transactional database backend
When to choose
- you need offline-first or edge apps with on-demand, partial replication of SQLite data
- you want instant read replicas backed by object storage without replay or recovery
- you need serializable snapshot isolation across distributed clients
- you want a lightweight storage client for mobile, embedded, or serverless environments
When to avoid
- you need battle-tested production software - Graft is explicitly alpha quality
- you need a full standalone database server rather than a storage engine/SQLite extension
- your workload requires multi-master conflict resolution rather than strongly consistent replication
- you need rich query features beyond what SQLite provides
Facets
library · maturity experimental
database database-driver caching serialization concurrency databases microservices mobile-development self-hosted developer-tools rust python cross-platform windows embedded storage-engine sqlite-extension edge-replication offline-first object-storage snapshot-isolation read-replicas sync nodejs swift linux macos mobile
9 sources
- readme: https://github.com/orbitinghail/graft · fetched 2026-08-28 · 32c7bffc4e55
- homepage: https://graft.rs · fetched 2026-08-29 · c3aa21a5d45b
- site_page: https://graft.rs/docs/about · fetched 2026-08-29 · 52a0d8cb4210
- site_page: https://graft.rs/docs/sqlite/usage/python · fetched 2026-08-29 · 63f581b07ec3
- site_page: https://graft.rs/docs/sqlite/usage/javascript · fetched 2026-08-29 · 2f9fa56d0711
- site_page: https://graft.rs/docs/sqlite/usage/ruby · fetched 2026-08-29 · 4ea8811d0b08
- site_page: https://graft.rs/docs/sqlite/usage/swift · fetched 2026-08-29 · fc306316e704
- site_page: https://graft.rs/docs/sqlite/usage/direct · fetched 2026-08-29 · 30c9c35df6b3
- registry_crates: https://crates.io/api/v1/crates/graft · fetched 2026-08-29 · 347372474d48
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| orbitinghail/graft | main | 75 |
For agents
markdown · JSON · MCP: product_card(name="orbitinghail/graft")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem