Registry / database / dropwizard-db

dropwizard-db

JSON →
library5.0.2javamavenunverified

Database module for Dropwizard, providing JDBI and Hibernate support for RESTful web applications.

<dependency> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-db</artifactId> <version>5.0.2</version> </dependency>
INSTALL
IMPORT
SIG · DROPWIZARD-DB
D
dropwizard-db
databasejavav5.0.2
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.

DataSourceFactory
io.dropwizard.db.DataSourceFactory

Configure a DataSourceFactory for database access.

import io.dropwizard.db.DataSourceFactory; DataSourceFactory factory = new DataSourceFactory(); factory.setUrl("jdbc:h2:mem:test"); factory.setUser("sa"); factory.setPassword("");
Debug
Known issues
breakingDropwizard 5.x requires Java 17+.
fix
Ensure your project uses Java 17 or later.
affects: >=5.0.0
Upgrade
Version history
5.0.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
8
Amazon
1
Resources
dropwizard-db — mvn dependency:get dropwizard-db · libregistry