Description
Vibur DBCP is concurrent, fast, and fully-featured JDBC connection pool. It provides advanced performance
monitoring capabilities (including slow SQL queries detection and logging), a non-starvation guarantee for
application threads, statement caching, and Hibernate integration, among other features.
The project home page contains a full list of its features, including various configuration
examples with Hibernate and Spring, all configuration options, and more.
Vibur DBCP is built on top of Vibur Object Pool - a general-purpose
concurrent Java object pool.
The project maven coordinates are:
Vibur DBCP alternatives and similar libraries
Based on the "Database" category.
Alternatively, view Vibur DBCP alternatives based on common mentions on social networks and blogs.
-
MapDB
Embedded database engine that provides concurrent collections backed on disk or in off-heap memory. -
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. -
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 Vibur DBCP or a related project?
README
Vibur DBCP is concurrent, fast, and fully-featured JDBC connection pool, which provides advanced performance monitoring capabilities, including slow SQL queries detection and logging, a non-starvation guarantee for application threads, statement caching, and Hibernate integration, among other features.
The project home page contains a detailed description of all Vibur features and configuration options, various configuration examples with Hibernate and Spring, and more.
Vibur DBCP is built on top of Vibur Object Pool - a general-purpose concurrent Java object pool.
The project maven coordinates are:
<dependency>
<groupId>org.vibur</groupId>
<artifactId>vibur-dbcp</artifactId>
<version>25.0</version>
</dependency>
Originally released in July 2013 on code.google.com, the project was migrated to GitHub in March 2015.