braisdom/ObjectiveSql
Writing SQL using Java syntax observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- 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: 2246
- days_rel: n/a
- days_push: 849
- n_releases_24m: 0
Adoption not part of the score
1258 stars · 158 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
ObjectiveSQL is a Java ORM framework based on the ActiveRecord pattern that lets developers write SQL expressions using Java syntax with minimal configuration. It uses annotation-driven dynamic code generation so a single annotation gives a class full database persistence, relational query, and pagination capabilities.
Use cases
- write SQL queries in Java without raw SQL strings
- build ActiveRecord-style models with one annotation
- express arithmetic and comparison SQL expressions using Java syntax
- perform has_one, has_many, and belongs_to relational queries
- add pagination to queries easily
- access databases in Spring Boot projects without writing boilerplate DAO code
- run data analysis queries with complex arithmetic expressions against relational databases
When to choose
- your Java project involves heavy SQL arithmetic expressions you want type-safe in Java
- you want ActiveRecord-style rapid development with convention over configuration
- you want database access with minimal boilerplate and no XML configuration
- you use Spring Boot and want a lightweight ORM alternative
When to avoid
- you need a mature ecosystem like Hibernate or JPA with broad community support
- your team prefers explicit SQL or a query DSL like jOOQ
- you need multi-tenant, caching, or advanced ORM features beyond ActiveRecord basics
- you are not on the JVM
Facets
framework · maturity active
orm database database-driver databases backend web-development developer-tools jvm activerecord sql-programming code-generation intellij-plugin spring-boot
1 source
- readme: https://github.com/braisdom/ObjectiveSql · fetched 2026-08-28 · 53e737ab12f2
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| braisdom/ObjectiveSql | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="braisdom/ObjectiveSql")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem