Dropwizard module for JDBI3

Integration between Dropwizard and JDBI3

License

License

Categories

Categories

DropWizard Container Microservices JDBI Data Databases
GroupId

GroupId

com.github.arteam
ArtifactId

ArtifactId

dropwizard-jdbi3
Last Version

Last Version

1.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

Dropwizard module for JDBI3
Integration between Dropwizard and JDBI3
Project URL

Project URL

https://github.com/arteam/dropwizard-jdbi3.git
Source Code Management

Source Code Management

https://github.com/arteam/dropwizard-jdbi3.git

Download dropwizard-jdbi3

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.arteam/dropwizard-jdbi3/ -->
<dependency>
    <groupId>com.github.arteam</groupId>
    <artifactId>dropwizard-jdbi3</artifactId>
    <version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.arteam/dropwizard-jdbi3/
implementation 'com.github.arteam:dropwizard-jdbi3:1.2.1'
// https://jarcasting.com/artifacts/com.github.arteam/dropwizard-jdbi3/
implementation ("com.github.arteam:dropwizard-jdbi3:1.2.1")
'com.github.arteam:dropwizard-jdbi3:jar:1.2.1'
<dependency org="com.github.arteam" name="dropwizard-jdbi3" rev="1.2.1">
  <artifact name="dropwizard-jdbi3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.arteam', module='dropwizard-jdbi3', version='1.2.1')
)
libraryDependencies += "com.github.arteam" % "dropwizard-jdbi3" % "1.2.1"
[com.github.arteam/dropwizard-jdbi3 "1.2.1"]

Dependencies

compile (3)

Group / Artifact Type Version
io.dropwizard : dropwizard-db jar 1.2.0
org.jdbi : jdbi3-core jar 3.0.0-rc1
com.github.arteam : metrics-jdbi3 jar 1.0-rc2

test (8)

Group / Artifact Type Version
junit : junit jar 4.12
org.assertj : assertj-core jar 3.5.2
org.mockito : mockito-core jar 2.2.3
com.h2database : h2 jar 1.4.192
org.jdbi : jdbi3-sqlobject jar 3.0.0-rc1
org.jdbi : jdbi3-guava jar 3.0.0-rc1
org.jdbi : jdbi3-jodatime2 jar 3.0.0-rc1
org.jdbi : jdbi3-stringtemplate4 jar 3.0.0-rc1

Project Modules

There are no modules declared in this project.

dropwizard-jdbi3

Build Status Maven Central

Dropwizard integration with JDBI3

Description

This module glues together the Dropwizard framework and the jdbi3 library. It provides a JdbiFactory which allows to create a Jdbi object from the Dropwizard's Environment and PooledDataSourceFactory. It registers metrics for SQL queries and a health check for the connection.

Use

<dependency>
  <groupId>com.github.arteam</groupId>
  <artifactId>dropwizard-jdbi3</artifactId>
  <version>1.2</version>
</dependency>

Versions

Version
1.2.1
1.2
1.0-rc4
1.0-rc3
1.0-rc2
1.0-rc1