yuweiguocn/GreenDaoUpgradeHelper
To solve database upgrade of greenDao and just need one line code 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: 3894
- days_rel: n/a
- days_push: 2657
- n_releases_24m: 0
Adoption not part of the score
1529 stars · 294 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A small Android library that simplifies greenDAO database schema upgrades to a single migrate() call, preserving data by recreating tables. It extends DaoMaster.OpenHelper and handles dropping and recreating all DAO tables during onUpgrade.
Use cases
- upgrade greendao database schema without losing data
- migrate android sqlite database to new version
- handle greendao onUpgrade with one line of code
- recreate greendao tables during app database migration
- avoid writing manual database migration logic in android
When to choose
- you use greenDAO and need simple schema upgrades that preserve data
- you want to avoid hand-writing ALTER TABLE migration logic
- your app's database schema changes between app versions
When to avoid
- you use Room, ORMLite, or another ORM instead of greenDAO
- you need fine-grained column-level data migration rather than table recreation
- you need a library with an explicit license or active maintenance
Facets
library · maturity maintenance
database orm databases mobile-development android-tools jvm greendao database-upgrade schema-migration android migration
1 source
- readme: https://github.com/yuweiguocn/GreenDaoUpgradeHelper · fetched 2026-08-28 · 848e304dc17d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| yuweiguocn/GreenDaoUpgradeHelper | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="yuweiguocn/GreenDaoUpgradeHelper")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem