gaarason/database-all
Eloquent ORM for Java 8, 11, 17, 21, 23 and Spring boot 2.x , 3.x observed · 2026-08-28
Health v2 · maintenance only
69/100
- Activity 81
- 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2548
- days_rel: n/a
- days_push: 116
- n_releases_24m: 0
Adoption not part of the score
1022 stars · 27 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
An Eloquent-style ORM for Java providing ActiveRecord models, a query builder, and relationship declarations, inspired by Laravel's Eloquent. It works with any JDBC-supported database and integrates as a Spring Boot starter for Spring Boot 2.x and 3.x across Java 8 through 23.
Use cases
- use Laravel-style Eloquent ORM in a Java project
- map database tables to model classes with ActiveRecord in Java
- build SQL queries with a fluent query builder instead of raw SQL
- declare and query entity relationships like has-many and belongs-to in Java
- add an ORM to a Spring Boot 2 or 3 application
- replace MyBatis with an Eloquent-style ORM in Java
- run CRUD operations on MySQL via JDBC with minimal boilerplate
When to choose
- you want Laravel Eloquent's ActiveRecord ergonomics on the JVM
- your project uses Spring Boot 2.x or 3.x and needs an ORM starter
- you need to work across many JDBC-compatible databases
- you prefer expressive relationship declarations and a query builder over raw SQL
When to avoid
- you need the ecosystem maturity and community size of Hibernate/JPA
- your team is standardized on MyBatis-style mapper XML workflows
- you need advanced JPA features like criteria queries or second-level caching
- you require reactive or non-blocking database access
Facets
library · maturity active
orm database database-driver databases backend web-development developer-tools jvm cross-platform eloquent-orm active-record query-builder spring-boot-starter jdbc laravel-style mysql spring
1 source
- readme: https://github.com/gaarason/database-all · fetched 2026-08-28 · 12cef94d5860
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| gaarason/database-all | main | 69 |
For agents
markdown · JSON · MCP: product_card(name="gaarason/database-all")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem