Update README.md (#689)

Add jasync-sql
This commit is contained in:
Ohad Shai
2018-10-16 21:36:20 +03:00
committed by Andreas Kull
parent 54b271dff7
commit 38e1225152

View File

@ -222,6 +222,7 @@ A curated list of awesome Java frameworks, libraries and software.
- [Flyway](https://flywaydb.org) - Simple database migration tool.
- [H2](https://h2database.com) - Small SQL database notable for its in-memory functionality.
- [HikariCP](https://github.com/brettwooldridge/HikariCP) - High-performance JDBC connection pool.
- [jasync-sql](https://github.com/jasync-sql/jasync-sql) - Async DB driver for MySQL and PostgreSQL.
- [JDBI](http://jdbi.org) - Convenient abstraction of JDBC.
- [Jedis](https://github.com/xetorthio/jedis) - Small client for interaction with Redis, with methods for commands.
- [Jest](https://github.com/searchbox-io/Jest) - Client for the Elasticsearch REST API.