# 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.

Repository: https://github.com/litesuits/android-lite-orm
Canonical: https://ross.abutalabs.com/products/android-lite-orm
Homepage: http://litesuits.com?form=gorm
Language: Java
License: Apache-2.0
License Family: permissive
Last push: 2020-08-07T02:05:01+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4557, "days_push": 2218, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1478, forks 359 (observed 2026-08-28T04:04:50.513101+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: orm, database, database-driver
- domain: databases, mobile-development, android-tools
- platform: jvm
- tags: sqlite, android-orm, crud, entity-mapping, java, android

## Member repositories
- litesuits/android-lite-orm (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:50.513101+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:34:21.716518+00:00, confidence not recorded.
  - readme: https://github.com/litesuits/android-lite-orm (fetched 2026-08-28T04:04:50.513101+00:00, sha 1d6c24b628e6)
- Data as of 2026-08-30T08:39:29.467469+00:00.
