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

litesuits/android-lite-orm

LiteOrm is a fast, small, powerful ORM framework for Android. LiteOrm makes you do CRUD operarions on SQLite database with a sigle line of code efficiently. observed · 2026-08-28

github.com/litesuits/android-lite-orm · homepage · Java · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

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: 4557
  • days_rel: n/a
  • days_push: 2218
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1478 stars · 359 forks observed · 2026-08-28

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

LiteOrm is a lightweight, high-performance ORM library for Android that maps Java objects to SQLite databases. It enables one-line CRUD operations with automatic table creation, entity-relationship persistence, and cascade or single-instance modes.

Use cases

  • persist Java objects to SQLite on Android with minimal code
  • perform one-line CRUD operations on an Android database
  • automatically create and migrate database tables from model classes
  • store and restore entity relationships and cascaded objects in SQLite
  • place the database file on SD card or a custom location
  • batch insert large datasets faster than the raw Android SQLite API

When to choose

  • you want a small, fast, annotation-light ORM for an Android app's SQLite storage
  • you need automatic table creation, column detection on model changes, and relation mapping without writing SQL
  • you prefer convention over configuration and minimal boilerplate for database access

When to avoid

  • you need an actively maintained library with recent updates and community support
  • your project uses Kotlin-first ORM solutions like Room with modern tooling
  • you need multi-platform support beyond Android or reactive database APIs

Facets

library · maturity maintenance

orm database database-driver databases mobile-development android-tools jvm sqlite android-orm crud entity-mapping java android

1 source

Member repositories

RepositoryRoleHealth v2
litesuits/android-lite-ormmain32

For agents

markdown · JSON · MCP: product_card(name="litesuits/android-lite-orm")

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