square/sqlbrite
A lightweight wrapper around SQLiteOpenHelper which introduces reactive stream semantics to SQL operations. observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: archived
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: 4213
- days_rel: n/a
- days_push: 2207
- n_releases_24m: 0
Adoption not part of the score
4521 stars · 411 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A lightweight Java wrapper around SQLiteOpenHelper and ContentResolver that adds reactive stream semantics to SQL queries, re-emitting query results whenever underlying tables change. It is now deprecated in favor of SQLDelight.
Use cases
- reactively observe sqlite table changes in android apps
- auto-refresh ui queries when database is updated
- wrap sqliteopenhelper with rxjava observables
- monitor content provider changes reactively
- run non-blocking database queries on a scheduler
When to choose
- maintaining a legacy android app already built on sqlbrite
- you want reactive sqlite queries on the jvm with rxjava
When to avoid
- starting a new project - use sqldelight instead
- you need content provider monitoring - use copper
- you want an actively maintained library
Facets
library · maturity abandoned
database orm databases mobile-development developer-tools jvm reactive-streams sqlite rxjava deprecated sql android
2 sources
- readme: https://github.com/square/sqlbrite · fetched 2026-08-28 · 96d2a8dee320
- homepage: https://square.github.io/sqlbrite/3.x/sqlbrite/ · fetched 2026-08-29 · 7d8499e4e6aa
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| square/sqlbrite | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem