From b984177551d5d5de7712eb417b54732a2f78b835 Mon Sep 17 00:00:00 2001 From: xiexed Date: Mon, 21 Nov 2016 11:03:44 +0300 Subject: [PATCH] Sql2o added --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 25c31bd..38e3747 100644 --- a/README.md +++ b/README.md @@ -247,6 +247,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Realm](https://github.com/realm/realm-java) - Mobile database to run directly inside phones, tablets or wearables. * [Redisson](https://github.com/mrniko/redisson) - Allows for distributed and scalable data structures on top of a Redis server. * [Speedment](https://github.com/speedment/speedment) - A database access library that utilizes the Java 8 Stream API for querying. +* [Sql2o](http://sql2o.org/) - A database client library. A thin JDBC wrapper that simplyfies database access and provides simple mapping of ResultSet to POJO. * [Vibur DBCP](http://www.vibur.org/) - JDBC connection pool library which offers advanced performance monitoring capabilities. ## Data structures