https://github.com/vibur/vibur-dbcp
Vibur DBCP - concurrent and dynamic JDBC connection pool
https://github.com/vibur/vibur-dbcp
connection-pool java jdbc performance-metrics performance-monitoring slow-queries
Last synced: 12 months ago
JSON representation
Vibur DBCP - concurrent and dynamic JDBC connection pool
- Host: GitHub
- URL: https://github.com/vibur/vibur-dbcp
- Owner: vibur
- License: apache-2.0
- Created: 2015-02-06T20:37:40.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2025-01-09T12:45:09.000Z (about 1 year ago)
- Last Synced: 2025-03-28T10:06:28.691Z (12 months ago)
- Topics: connection-pool, java, jdbc, performance-metrics, performance-monitoring, slow-queries
- Language: Java
- Homepage: http://www.vibur.org
- Size: 1.22 MB
- Stars: 108
- Watchers: 10
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-java - Vibur DBCP
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 (since 2018), among other features.
Vibur DBCP has been around for more than 10 years now.
The project [home page](http://www.vibur.org/) contains a detailed description of all Vibur features and
configuration options, various configuration examples with Spring Boot, Hibernate and Spring Framework, and more.
Vibur DBCP is built on top of [Vibur Object Pool](https://github.com/vibur/vibur-object-pool) - a general-purpose
concurrent Java object pool.
The project maven coordinates are:
```
org.vibur
vibur-dbcp
26.0
```
If you like these Vibur utilities, please ⭐ them here on GitHub. If you're using them in your projects and if you'd like
to support their future development and upkeep, you can buy-me-a-coffee at:
[](https://www.buymeacoffee.com/simeonmalchev)