From 568391756198551a73c1a8589f677313743fe846 Mon Sep 17 00:00:00 2001 From: Vlad Mihalcea Date: Fri, 20 Nov 2015 11:09:09 +0200 Subject: [PATCH] #261 Add FlexyPool to the Database section #261 Add FlexyPool to the Database section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 84d37af..6845473 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,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. +* [FlexyPool](https://github.com/vladmihalcea/flexy-pool) - Brings metrics and failover strategies to the most common connection pooling solutions. ## Data structures