agrosner/DBFlow
A blazing fast, powerful, and very simple ORM android database library that writes database code for you. observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 99
- 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: 4368
- days_rel: n/a
- days_push: 10
- n_releases_24m: 0
Adoption not part of the score
4847 stars · 593 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
DBFlow is a Kotlin Multiplatform ORM for SQLite that uses annotations and a compiler plugin to generate database adapters and a typed query DSL. It targets Android, JVM, iOS, and macOS, with built-in coroutine support and optional encryption via SQLCipher.
Use cases
- persist kotlin data classes to sqlite with annotations
- write type-safe sqlite queries with a dsl instead of raw sql
- share database code across android and ios with kotlin multiplatform
- observe database changes reactively with flows or livedata
- encrypt local sqlite databases on android
- run transactions and migrations for an android app database
When to choose
- you want a fast annotation-based sqlite orm for android or kotlin multiplatform
- you prefer generated code and a typed query dsl over writing raw sql
- you need coroutine-based async database access with reactive observers
- you need encrypted local storage via sqlcipher
When to avoid
- you need a non-sqlite database like postgres or mysql
- you want a stable release - the current version is an alpha
- you prefer a lightweight sql builder without code generation
- your project does not use kotlin
Facets
library · maturity active
orm database database-driver databases mobile-development developer-tools jvm sqlite kotlin-multiplatform compiler-plugin query-dsl coroutines sqlcipher code-generation android ios macos
1 source
- readme: https://github.com/agrosner/DBFlow · fetched 2026-08-28 · 65ff660c918c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| agrosner/DBFlow | main | 67 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem