orbitinghail/sqlsync
SQLSync is a collaborative offline-first wrapper around SQLite. It is designed to synchronize web application state between users, devices, and the edge. observed · 2026-08-28
Health v2 · maintenance only
53/100
- Activity 53
- Release rhythm 35
- Longevity 85
Flags: no_releases
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: n/a
- age_days: 1195
- days_rel: n/a
- days_push: 287
- n_releases_24m: 0
Adoption not part of the score
2913 stars · 41 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
SQLSync is a collaborative offline-first wrapper around SQLite that synchronizes web application state between users, devices, and the edge. It provides optimistic reads and writes, reactive query subscriptions, and real-time collaboration on top of an eventually consistent SQLite database.
Use cases
- build a local-first collaborative web app like Figma with per-file SQLite databases
- sync app state across devices and browsers offline-first
- run SQLite on the edge with tolerance for unreliable networks
- enable optimistic mutations on SQLite read replicas
- share a collaborative to-do list across tabs and devices
- subscribe reactively to SQL query results in a React app
When to choose
- you need offline-first, multi-user collaboration over structured relational data
- you want optimistic local reads/writes with eventual consistency backed by SQLite
- your app benefits from per-document databases with real-time sync and cross-tab sharing
When to avoid
- you need strict transactional consistency or a mature production-grade database
- your project requires a traditional client-server SQL database with strong guarantees
- you are not building a web/edge application and cannot adopt the reducer model
Facets
library · maturity experimental
database orm concurrency wasm databases web-development frontend microservices browser wasm rust cross-platform sqlite local-first offline-first collaborative eventual-consistency reactive-queries edge-computing web-server
3 sources
- readme: https://github.com/orbitinghail/sqlsync · fetched 2026-08-28 · 3c06114368c1
- homepage: https://sqlsync.dev · fetched 2026-08-29 · 1d9326e94c9e
- registry_crates: https://crates.io/api/v1/crates/sqlsync · fetched 2026-08-29 · 26714d47ca19
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| orbitinghail/sqlsync | main | 53 |
For agents
markdown · JSON · MCP: product_card(name="orbitinghail/sqlsync")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem