Add database\HikariCP, a high performance JDBC connection pool.
This commit is contained in:
@ -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.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user