Skip to content

28Smiles/jdbi-modules

Repository files navigation

Travis CI codecov Licence Maven Central

Jdbi-Modules provides a well-tested facility of classes to implement modular SQL queries which allow for convenient access to the database. It is built on top of Jdbi.

Getting started

Prerequisites

This library supports Java 10, 11 and 12.

Contributing

Build

To build Jdbi-Modules, execute

$ gradlew assemble

Tests

The tests utilize a Postgres database. If not provided with an external Postgres database, they will use postgresql-embedded.

License

This project is licensed under the Apache 2.0 license.

Special Thanks