Artifacts using JDBI3 Core (241)
1. JDBI3 SqlObject129 usages
org.jdbi » jdbi3-sqlobjectApache
SqlObject is a declarative, annotation-driven API
for database access. It complements the core API.
Jdbi 3 is designed to provide convenient tabular data access in
Java(tm) and other JVM based languages.
It uses the Java collections framework for query results,
provides a convenient means of externalizing SQL statements, and
named parameter support for any database that supports JDBC.
Last Release on Nov 5, 2025
2. Trino Testing70 usages
io.trino » trino-testingApache
Trino - Testing utilities
Last Release on Oct 29, 2025
3. JDBI3 Postgres57 usages
org.jdbi » jdbi3-postgresApache
Support for additional PostgreSQL features and data types.
Last Release on Nov 5, 2025
7. JDBI3 Testing34 usages
org.jdbi » jdbi3-testingApache
Support for testing frameworks. Provides integration to spin up and access databases using Jdbi in unit tests.
Currently supports JUnit 4 and JUnit 5.
Last Release on Nov 5, 2025
8. Presto Tests33 usages
io.prestosql » presto-testsApache