Add database\HikariCP, a high performance JDBC connection pool.

This commit is contained in:
John V McCarthy
2015-04-28 11:19:57 -06:00
parent 48ec1b4fc5
commit 4457c5c56c

View File

@ -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. * [Flyway](http://flywaydb.org/) - Simple database migration with Java API.
* [H2](http://h2database.com/) - Small SQL Database notable for its in-memory functionality. * [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. * [JDBI](http://jdbi.org/) - Convenient abstraction of JDBC.
* [jOOQ](http://www.jooq.org/) - Generates typesafe code based on SQL schema. * [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. * [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. * [RoboVM](http://www.robovm.org/) - Commercial framework with a free trial to write native iOS apps in Java.
## Native ## 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. * [JNA](https://github.com/twall/jna) - Work with native libraries without writing JNI. Also provides interfaces to common system libraries.