Ross ROSS = Recommend OSS · open-source software intelligence for agents

jdbi/jdbi

The Jdbi library provides convenient, idiomatic access to relational databases in Java and other JVM technologies such as Kotlin, Clojure or Scala. observed · 2026-08-28

github.com/jdbi/jdbi · homepage · Java · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

96/100

  • Activity 99
  • Release rhythm 91
  • 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: 27
  • age_days: 6286
  • days_rel: 63
  • days_push: 7
  • n_releases_24m: 16

Full methodology

Adoption not part of the score

2136 stars · 367 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Jdbi is a Java library providing convenient, idiomatic access to relational databases on top of JDBC, with fluent and declarative APIs. It works with any database that has a JDBC driver and supports JVM languages like Kotlin, Clojure, and Scala.

Use cases

  • query relational databases from Java without raw JDBC boilerplate
  • map SQL result rows to Java objects, records, or Immutables types
  • write type-safe declarative SQL interface methods in Kotlin or Java
  • run batches, stored procedures, and prepared statements conveniently
  • access PostgreSQL, H2, or any JDBC-compatible database from a JVM app
  • replace heavyweight ORM with a lightweight SQL-first data access layer

When to choose

  • you want SQL-first data access on the JVM without full ORM overhead
  • your database has a JDBC driver and you use Java 17+ (or an older Jdbi for Java 8-11)
  • you need flexible row/column mapping to POJOs, beans, Immutables, or vavr types
  • you prefer fluent or annotation-based declarative APIs over JPA/Hibernate

When to avoid

  • you need full ORM features like entity relationships, lazy loading, or schema generation
  • you are not on the JVM or your database lacks a JDBC driver
  • you want a fully database-agnostic query builder that hides SQL entirely

Facets

library · maturity active

database database-driver orm databases developer-tools backend jvm cross-platform jdbc sql fluent-api declarative-api row-mapping scala clojure

10 sources

Member repositories

RepositoryRoleHealth v2
jdbi/jdbimain96

For agents

markdown · JSON · MCP: product_card(name="jdbi/jdbi")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem