Registry / web-framework / dropwizard-jdbi

dropwizard-jdbi

JSON →
library1.3.29javamavenunverified

A Dropwizard module providing integration with JDBI for database access in RESTful web applications.

<dependency> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-jdbi</artifactId> <version>1.3.29</version> </dependency>
INSTALL
IMPORT
SIG · DROPWIZARD-JDBI
D
dropwizard-jdbi
web-frameworkjavav1.3.29
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.

DBIFactory
io.dropwizard.jdbi.DBIFactory

Create a JDBI instance in a Dropwizard application.

import io.dropwizard.jdbi.DBIFactory; import io.dropwizard.setup.Environment; import org.skife.jdbi.v2.DBI; DBIFactory factory = new DBIFactory(); DBI jdbi = factory.build(environment, dataSource, "postgresql"); // Use jdbi for database operations
Debug
Known issues
breakingDropwizard 1.x uses JDBI v2, which has different API from JDBI v3.
fix
Use JDBI v2 API or upgrade to Dropwizard 2.x with JDBI v3.
affects: >=1.0.0,<2.0.0
Upgrade
Version history
1.3.29latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
dropwizard-jdbi — mvn dependency:get dropwizard-jdbi · libregistry