Registry / database / jdbi
library2.63.1javamavenunverified

A convenient SQL convenience library for Java that provides tabular data access using collections and named parameters.

<dependency> <groupId>org.jdbi</groupId> <artifactId>jdbi</artifactId> <version>2.63.1</version> </dependency>
INSTALL
IMPORT
SIG · JDBI
J
jdbi
databasejavav2.63.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DBI
org.skife.jdbi.v2.DBI

Opens a database handle using jDBI.

import org.skife.jdbi.v2.DBI; import org.skife.jdbi.v2.Handle; public class Example { public static void main(String[] args) { DBI dbi = new DBI("jdbc:h2:mem:test"); Handle handle = dbi.open(); System.out.println("Handle opened: " + handle); handle.close(); } }
Debug
Known issues
breakingjDBI v2 uses org.skife.jdbi.v2 package; v3 uses org.jdbi.v3. Ensure correct import paths.
fix
Use org.jdbi.v3 for version 3.x or org.skife.jdbi.v2 for 2.x.
affects: 2.x
Upgrade
Version history
2.63.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
10
Amazon
1
Resources
jdbi — mvn dependency:get jdbi · libregistry