From df83bc82ee8e5bbfaed390d15b32b6d64fff0eb7 Mon Sep 17 00:00:00 2001 From: smalchev Date: Thu, 31 Dec 2015 13:20:42 +1100 Subject: [PATCH] Adding Vibur DBCP to the Database section. See also issue #293. I'm the author of Vibur --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 12e7d9d..4702286 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Presto](https://github.com/facebook/presto) - Distributed SQL query engine for big data. * [Querydsl](http://www.querydsl.com/) - Typesafe unified queries. * [Redisson](https://github.com/mrniko/redisson) - Allows for distributed and scalable data structures on top of a Redis server. +* [Vibur DBCP](http://www.vibur.org/) - JDBC connection pool library which offers advanced performance monitoring capabilities. ## Data structures