pardom-zz/ActiveAndroid
Active record style SQLite persistence for Android observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
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: 5039
- days_rel: n/a
- days_push: 1783
- n_releases_24m: 0
Adoption not part of the score
4653 stars · 1023 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
ActiveAndroid is an active record style ORM for Android that wraps SQLite database records in model classes with save() and delete() methods, eliminating the need to write SQL statements. It handles database setup, configuration, schema migrations, and content provider integration with minimal boilerplate.
Use cases
- save and retrieve SQLite records on Android without writing SQL
- define database models as annotated Java classes
- perform schema migrations in an Android app
- ship a pre-populated SQLite database with an app
- expose app data through a content provider
When to choose
- you maintain a legacy Android app already using ActiveAndroid
- you want a lightweight active record ORM for a small Android project
- you prefer model classes with save()/delete() over raw SQLiteOpenHelper code
When to avoid
- starting a new Android project - the library is largely unmaintained and Room is the modern choice
- you need Kotlin-first APIs, coroutines/Flow support, or compile-time query verification
- you need high-performance or complex relational queries
Facets
library · maturity maintenance
orm database database-driver serialization mobile-development databases android-tools jvm active-record sqlite android-database java android
1 source
- readme: https://github.com/pardom-zz/ActiveAndroid · fetched 2026-08-28 · 3a5ae93997b1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pardom-zz/ActiveAndroid | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="pardom-zz/ActiveAndroid")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem