Description
jDBI provides a convenience interface for SQL operations in Java. It is not
intended as an abstraction layer, but rather a library which makes the common
things easy and the hard things possible, to paraphrase Larry Wall.
Documentation is at http://jdbi.org/
There is a mailing list at http://groups.google.com/group/jdbi
JDBI alternatives and similar libraries
Based on the "Database" category.
Alternatively, view JDBI alternatives based on common mentions on social networks and blogs.
-
orientdb
OrientDB is the first Multi-Model DBMS with Document & Graph engine. OrientDB can run distributed (Multi-Master), supports SQL, ACID Transactions, Full-Text indexing, Reactive Queries and has a small memory footprint. OrientDB is licensed with Apache 2 license and the development is driven by OrientDB LTD and a worldwide Open Source community. -
MapDB
Embedded database engine that provides concurrent collections backed on disk or in off-heap memory. -
ObjectBox embedded database
ObjectBox is a superfast lightweight database for objects (Java/Kotlin/...) -
Crate
Distributed data store that implements data synchronization, sharding, scaling, and replication. In addition, it provides a SQL-based syntax to execute queries across a cluster. -
requery
A modern, lightweight but powerful object mapping and SQL generator. Easily map to or create databases, perform queries and updates from any platform that uses Java. -
sql2o
Thin JDBC wrapper that simplyfies database access and provides simple mapping of ResultSets to POJOs. -
JetBrains Xodus
JetBrains Xodus is a Java transactional schema-less embedded database used by JetBrains YouTrack and JetBrains Hub. -
Liquibase
Database-independent library for tracking, managing and applying database schema changes.
Get performance insights in less than 4 minutes
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of JDBI or a related project?
Popular Comparisons
README
[Jdbi Logo](docs/src/adoc/images/logo.svg)
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 Java 8, 11, 14, and 15. We recommend running the latest GA JDK.
At this point Java 8 is considered deprecated. While Jdbi does not (yet) have a specific date to drop support, please chart your path forward to a supported JDK!
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.
*Note that all licence references and agreements mentioned in the JDBI README section above
are relevant to that project's source code only.