From 4457c5c56c1300e239d3f69fd2b5a10db161aa90 Mon Sep 17 00:00:00 2001 From: John V McCarthy Date: Tue, 28 Apr 2015 11:19:57 -0600 Subject: [PATCH] Add database\HikariCP, a high performance JDBC connection pool. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e11ba31..a577f9f 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [Flyway](http://flywaydb.org/) - Simple database migration with Java API. * [H2](http://h2database.com/) - Small SQL Database notable for its in-memory functionality. +* [HikariCP](https://github.com/brettwooldridge/HikariCP) - High performance JDBC connection pool. * [JDBI](http://jdbi.org/) - Convenient abstraction of JDBC. * [jOOQ](http://www.jooq.org/) - Generates typesafe code based on SQL schema. * [Liquibase](http://www.liquibase.org/) - An open source database-independent library for tracking, managing and applying database schema changes. @@ -274,7 +275,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [RoboVM](http://www.robovm.org/) - Commercial framework with a free trial to write native iOS apps in Java. ## Native -*For working with platform-specific native libraries* +*For working with platform-specific native libraries.* * [JNA](https://github.com/twall/jna) - Work with native libraries without writing JNI. Also provides interfaces to common system libraries.