Nozbe/WatermelonDB
🍉 Reactive & asynchronous database for powerful React and React Native apps ⚡️ observed · 2026-08-28
Health v2 · maintenance only
48/100
- Activity 36
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: n/a
- age_days: 2927
- days_rel: n/a
- days_push: 387
- n_releases_24m: 0
Adoption not part of the score
11775 stars · 656 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
WatermelonDB is a reactive and asynchronous database framework for React and React Native apps, built on SQLite. It lazily loads and observes data so apps scale from hundreds to tens of thousands of records while staying fast, with optional RxJS integration and offline-first sync.
Use cases
- build an offline-first React Native app with local persistence
- store and query tens of thousands of records without slowing app launch
- auto re-render React components when database records change
- sync a local SQLite database with a custom backend
- lazy-load only the data a screen needs instead of loading everything into memory
When to choose
- you're building a complex React or React Native app that needs fast launch times with large local datasets
- you want reactive, observable queries backed by SQLite
- you need offline-first storage with sync to your own backend
When to avoid
- you have a simple app where Redux or MobX with a persistence adapter is enough
- you need a server-side relational database rather than client-side storage
- your project doesn't use JavaScript or React-based UI
Facets
library · maturity stable
database orm state-management mobile-development web-development databases frontend windows cross-platform react-native react sqlite offline-first reactive rxjs lazy-loading persistence ios android web-server nodejs
2 sources
- readme: https://github.com/Nozbe/WatermelonDB · fetched 2026-08-28 · 23a5d31ee945
- homepage: https://watermelondb.dev · fetched 2026-08-29 · 8bbc1974e62b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Nozbe/WatermelonDB | main | 48 |
For agents
markdown · JSON · MCP: product_card(name="Nozbe/WatermelonDB")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem