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

j256/ormlite-android

ORMLite Android functionality used in conjunction with ormlite-core observed · 2026-08-28

github.com/j256/ormlite-android · homepage · Java · ISC (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: 4926
  • days_rel: n/a
  • days_push: 749
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1586 stars · 365 forks observed · 2026-08-28

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

ORMLite Android is the Android-specific companion package to ormlite-core, providing lightweight object-relational mapping for persisting Java objects to the native Android SQLite database. It uses annotations, DAO classes, and a QueryBuilder while avoiding the complexity of heavier ORM frameworks.

Use cases

  • persist java objects to sqlite on android
  • lightweight orm for android app database
  • map java classes to android sqlite tables with annotations
  • query android sqlite database with a query builder
  • avoid hibernate complexity in an android app
  • dao pattern for android local database

When to choose

  • you want a simple, annotation-based ORM on Android without heavy dependencies
  • you need DAO classes and flexible query building over Android SQLite
  • you prefer minimal overhead over full-featured ORMs like Hibernate

When to avoid

  • you need JDBC access to server databases like MySQL or Postgres - use ormlite-jdbc instead
  • you want a modern ORM with reactive APIs or Kotlin-first design
  • you need advanced ORM features like lazy loading or complex caching

Facets

library · maturity stable

orm database database-driver databases mobile-development android-tools developer-tools jvm sqlite android-database annotations dao lightweight-orm android

6 sources

Member repositories

RepositoryRoleHealth v2
j256/ormlite-androidmain23

For agents

markdown · JSON · MCP: product_card(name="j256/ormlite-android")

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