greenrobot/greenDAO
greenDAO is a light & fast ORM solution for Android that maps objects to SQLite databases. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: no_license
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: 5429
- days_rel: n/a
- days_push: 855
- n_releases_24m: 0
Adoption not part of the score
12588 stars · 2853 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
greenDAO is a lightweight, high-performance ORM for Android that maps Java objects to SQLite databases with a simple annotation-based API. The project is no longer actively maintained, with greenrobot recommending its successor ObjectBox for new apps.
Use cases
- persist Java objects to SQLite on Android without writing SQL
- run fast queries with joins across entities via QueryBuilder
- encrypt the local app database with SQLCipher
- map custom classes or enums to database columns
- migrate an existing greenDAO app to ObjectBox via DaoCompat
When to choose
- maintaining a legacy Android app already built on greenDAO
- you need a tiny (<150KB), pure-Java ORM for Android SQLite
- you want SQLCipher-encrypted local storage with an ORM API
When to avoid
- starting a new Android project - use ObjectBox, Room, or SQLDelight instead
- you need ongoing updates, bug fixes, or modern Android/Kotlin support
- you need a database beyond SQLite on non-Android platforms
Facets
library · maturity abandoned
orm database database-driver databases mobile-development android-tools jvm sqlite android-orm sqlcipher code-generation gradle-plugin not-maintained android
10 sources
- readme: https://github.com/greenrobot/greenDAO · fetched 2026-08-28 · 57a272dd0a47
- homepage: http://greenrobot.org/greendao/ · fetched 2026-08-29 · e3e0a1a354e9
- site_page: https://greenrobot.org/eventbus/documentation/delivery-threads-threadmode · fetched 2026-08-29 · 7ba65dc1fa7c
- site_page: https://greenrobot.org/eventbus/documentation/configuration · fetched 2026-08-29 · d3e960eab436
- site_page: https://greenrobot.org/eventbus/features · fetched 2026-08-29 · 4fa06b05822b
- site_page: https://greenrobot.org/eventbus/documentation · fetched 2026-08-29 · ce9b1a155589
- site_page: https://greenrobot.org/eventbus/documentation/how-to-get-started · fetched 2026-08-29 · 4edddab93803
- site_page: https://greenrobot.org/eventbus/documentation/configuration/sticky-events · fetched 2026-08-29 · 685e2caa0e2d
- site_page: https://greenrobot.org/eventbus/documentation/priorities-and-event-cancellation · fetched 2026-08-29 · a30f8bcf0c67
- site_page: https://greenrobot.org/eventbus/documentation/subscriber-index · fetched 2026-08-29 · 7fa93e023717
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| greenrobot/greenDAO | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="greenrobot/greenDAO")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem