# j256/ormlite-android

ORMLite Android functionality used in conjunction with ormlite-core

Repository: https://github.com/j256/ormlite-android
Canonical: https://ross.abutalabs.com/products/ormlite-android
Homepage: http://ormlite.com/
Language: Java
License: ISC
License Family: permissive
Topics: java, orm, android
Last push: 2024-08-14T17:21:41+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4926, "days_push": 749, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1586, forks 365 (observed 2026-08-28T04:05:07.687078+00:00)

## What it is
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
- artifact type: library
- maturity: stable
- function: orm, database, database-driver
- domain: databases, mobile-development, android-tools, developer-tools
- platform: jvm
- tags: sqlite, android-database, annotations, dao, lightweight-orm, android

## Member repositories
- j256/ormlite-android (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:07.687078+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-30T03:55:29.241696+00:00, confidence not recorded.
  - readme: https://github.com/j256/ormlite-android (fetched 2026-08-28T04:05:07.687078+00:00, sha e8ce89fa0795)
  - homepage: http://ormlite.com/ (fetched 2026-08-29T11:26:44.197243+00:00, sha 9878da4d12d4)
  - site_page: https://ormlite.com/docs/getting-started (fetched 2026-08-29T11:26:44.208147+00:00, sha 1f221aa59743)
  - site_page: https://ormlite.com/docs/ormlite.html (fetched 2026-08-29T11:26:44.216663+00:00, sha 1f221aa59743)
  - site_page: https://ormlite.com/docs/examples (fetched 2026-08-29T11:26:44.225701+00:00, sha 1f221aa59743)
  - site_page: https://ormlite.com/releases (fetched 2026-08-29T11:26:44.206063+00:00, sha 23b94ee07737)
- Data as of 2026-08-30T08:39:29.467469+00:00.
