From 6a9bb03f689befed050e78adfb9ee4e6d0f0a35e Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Mon, 21 Nov 2016 16:24:34 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 38e3747..b958abc 100644 --- a/README.md +++ b/README.md @@ -246,8 +246,8 @@ A curated list of awesome Java frameworks, libraries and software. * [Querydsl](http://www.querydsl.com/) - Typesafe unified queries. * [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. +* [Speedment](https://github.com/speedment/speedment) - Database access library that utilizes the Java 8 Stream API for querying. +* [sql2o](http://sql2o.org/) - Thin JDBC wrapper that simplyfies database access and provides simple mapping of ResultSets to POJOs. * [Vibur DBCP](http://www.vibur.org/) - JDBC connection pool library which offers advanced performance monitoring capabilities. ## Data structures