requery/sqlite-android
Android SQLite support library observed · 2026-08-28
Health v2 · maintenance only
44/100
- Activity 47
- Release rhythm 8
- 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: n/a
- age_days: 3804
- days_rel: 461
- days_push: 323
- n_releases_24m: 1
Adoption not part of the score
1136 stars · 155 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
An Android-specific distribution of recent SQLite versions packaged as an AAR library, providing up-to-date SQLite builds with Android database APIs derived from AOSP. It lets apps use a consistent, modern SQLite version across all OS versions and devices, including features like FTS5, JSON1, and generated columns.
Use cases
- use latest sqlite features on android
- get consistent sqlite version across android devices
- enable fts5 full-text search in android app
- use json1 extension in android sqlite
- replace android.database.sqlite with newer sqlite
- use SupportSQLiteOpenHelper with modern sqlite
When to choose
- your app needs newer SQLite features than the OS provides (FTS5, JSON1, generated columns, DROP COLUMN)
- you want consistent SQLite behavior and bug fixes across Android versions
- you need better SQLite performance than the bundled OS version
When to avoid
- your app only needs basic SQLite features available in the platform version
- you rely on cross-process cursors without wrapping them
- you want a zero-dependency solution without adding a JitPack repository
Facets
library · maturity active
database database-driver databases mobile-development android-tools jvm sqlite android-database-api aar jitpack fts5 json1 android mobile
1 source
- readme: https://github.com/requery/sqlite-android · fetched 2026-08-28 · c273b8024988
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| requery/sqlite-android | main | 44 |
For agents
markdown · JSON · MCP: product_card(name="requery/sqlite-android")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem