# gaarason/database-all

Eloquent ORM for Java 8, 11, 17, 21, 23 and Spring boot 2.x , 3.x

Repository: https://github.com/gaarason/database-all
Canonical: https://ross.abutalabs.com/products/database-all
Language: Java
License: MIT
License Family: permissive
Topics: laravel, java, orm, database, spring-boot, starter, eloquent-orm, mysql, model, orm-framework, orm-library, eloquent, mybatis, jdbc
Last push: 2026-05-09T17:30:02+00:00

## Health v2 (maintenance only)
Score: 69/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 81, release rhythm 35, longevity 100
- inputs: {"age_days": 2548, "days_push": 116, "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 1022, forks 27 (observed 2026-08-28T04:03:16.009658+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: orm, database, database-driver
- domain: databases, backend, web-development, developer-tools
- platform: jvm, cross-platform
- tags: eloquent-orm, active-record, query-builder, spring-boot-starter, jdbc, laravel-style, mysql, spring

## Member repositories
- gaarason/database-all (main) score 69

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:16.009658+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-30T07:08:43.810512+00:00, confidence not recorded.
  - readme: https://github.com/gaarason/database-all (fetched 2026-08-28T04:03:16.009658+00:00, sha 12cef94d5860)
- Data as of 2026-08-30T08:39:29.467469+00:00.
