Ross ROSS = Recommend OSS · open-source software intelligence for agents

chennaione/sugar

Insanely easy way to work with Android Database. observed · 2026-08-28

github.com/chennaione/sugar · homepage · Java · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • 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: 5500
  • days_rel: n/a
  • days_push: 1826
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2608 stars · 569 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Sugar ORM is a Java library that provides a simple, minimal-configuration ORM for SQLite databases on Android. It maps Java model classes to database tables automatically via reflection and supports schema migrations.

Use cases

  • persist android app data to sqlite without writing sql
  • save and query java objects in an android database
  • simple orm for android app models
  • migrate android database schema between app versions
  • replace raw sqliteopenhelper boilerplate in android apps

When to choose

  • you want a tiny, zero-configuration ORM for a small Android app
  • you prefer active-record style models with save(), delete(), and find()
  • you need automatic table naming and simple schema migrations

When to avoid

  • you need an actively maintained library with recent updates and support
  • you need advanced ORM features like complex joins, reactive queries, or multi-platform support
  • you are starting a new project - the README itself suggests alternatives like requery or Realm

Facets

library · maturity maintenance

orm database mobile-development databases android-tools jvm sqlite android-orm active-record schema-migrations android mobile

1 source

Member repositories

RepositoryRoleHealth v2
chennaione/sugarmain23

For agents

markdown · JSON · MCP: product_card(name="chennaione/sugar")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem