jdbi

jdbi is designed to provide convenient tabular data access in Java; including templated SQL, parameterized and strongly typed queries, and Streams integration

Github stars Tracking Chart

Jdbi Logo

Build Status

The Jdbi library provides convenient, idiomatic access to relational databases
in Java.

Jdbi is built on top of JDBC. If your database has a JDBC driver, you can use
Jdbi with it.

Prerequisites

Jdbi 3 requires Java 8 or better.

We run CI tests against all currently supported versions, and recommend Java 11.

Builds

Jdbi is built with Maven:

$ mvn clean install

The tests use real Postgres and H2 databases.

You do not need to install anything--the tests will spin up
temporary database servers as needed.

Contributing

Please read
CONTRIBUTING.md
for instructions to set up your development environment to build Jdbi.

Versioning

We use SemVer for versioning.

License

This project is licensed under the
Apache 2.0 license.

Project Members

  • Brian McCallister (@brianm) - Project Founder
  • Steven Schlansker (@stevenschlansker)
  • Henning Schmiedehausen (@hgschmie)
  • Matthew Hall (@qualidafial)
  • Artem Prigoda (@arteam)
  • Marnick L'Eau (@TheRealMarnes)

Special Thanks

  • Alex Harin (@aharin) - Kotlin plugins.
  • Ali Shakiba (@shakiba) - JPA plugin
  • @alwins0n - Vavr plugin.
  • Fred Deschenes (@FredDeschenes) -
    Kotlin unchecked extensions for Jdbi functions. @BindFields,
    @BindMethods annotations.

Overview

Name With Ownerjdbi/jdbi
Primary LanguageJava
Program languageHTML (Language Count: 7)
Platform
License:Apache License 2.0
Release Count252
Last Release Namev3.45.1 (Posted on 2024-03-14 09:53:47)
First Release Name1.2.2 (Posted on )
Created At2009-06-17 16:36:36
Pushed At2024-05-12 21:55:05
Last Commit At2024-04-07 04:39:42
Stargazers Count1.9k
Watchers Count76
Fork Count334
Commits Count5.6k
Has Issues Enabled
Issues Count1056
Issue Open Count138
Pull Requests Count1368
Pull Requests Open Count8
Pull Requests Close Count182
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top