diff --git a/README.md b/README.md index 0d599e3..f793e77 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [Apache Phoenix](http://phoenix.apache.org/) - High performance relational database layer over HBase for low latency applications. * [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. @@ -301,7 +302,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.