requery/requery
requery - modern SQL based query & persistence for Java / Kotlin / Android observed · 2026-08-28
Health v2 · maintenance only
52/100
- Activity 66
- 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-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3946
- days_rel: n/a
- days_push: 205
- n_releases_24m: 0
Adoption not part of the score
3124 stars · 239 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
requery is a lightweight ORM and SQL query generator for Java, Kotlin, and Android that maps annotated entities to relational databases via JDBC. It supports a type-safe DSL for queries, relationships, RxJava observables, and code generation from abstract classes, interfaces, or immutable types.
Use cases
- persist Java objects to SQLite on Android
- generate type-safe SQL queries from annotated entities
- use RxJava observables for database queries
- map Kotlin data classes to a MySQL or Postgres database
- replace heavy ORMs with a lightweight persistence layer
- generate entity classes from interfaces or AutoValue types
When to choose
- you want compile-time code generation instead of runtime reflection
- you need reactive database access with RxJava or Java 8 streams
- you are building an Android app with SQLite persistence
- you prefer a type-safe DSL over raw SQL strings
When to avoid
- you need a mature, actively developed ORM with a large ecosystem
- you want NoSQL or non-relational persistence
- your project uses newer Java features beyond the library's supported baseline
- you need advanced ORM features like multi-tenant caching or sharding
Facets
library · maturity maintenance
orm database database-driver serialization databases mobile-development backend developer-tools jvm sql-generator rxjava jdbc annotation-processing sqlite object-mapping android
1 source
- readme: https://github.com/requery/requery · fetched 2026-08-28 · fb48b1210335
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| requery/requery | main | 52 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem