From 38e12251525621c85464080b01846f1f66b60ec5 Mon Sep 17 00:00:00 2001 From: Ohad Shai Date: Tue, 16 Oct 2018 21:36:20 +0300 Subject: [PATCH] Update README.md (#689) Add jasync-sql --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b26d183..d30c928 100644 --- a/README.md +++ b/README.md @@ -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.