From 4dda00cd5e5a9a3403be4a89f5cb50a6c1f9ccde Mon Sep 17 00:00:00 2001 From: Jens Piegsa Date: Sun, 11 Jun 2017 19:07:51 +0200 Subject: [PATCH] description improved and some case corrections --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ee2a13..a64be4a 100644 --- a/README.md +++ b/README.md @@ -232,7 +232,7 @@ A curated list of awesome Java frameworks, libraries and software. * [JDBI](http://jdbi.org/) - Convenient abstraction of JDBC. * [Jedis](https://github.com/xetorthio/jedis) - A small client for interaction with Redis, with methods for commands. * [jetcd](https://github.com/justinsb/jetcd) - A client library for etcd. -* [Jinq](https://github.com/my2iu/Jinq) - typesafe database queries via Java 8 Lambdas (on top of JPA or Jooq). +* [Jinq](https://github.com/my2iu/Jinq) - Typesafe database queries via symbolic execution of Java 8 Lambdas (on top of JPA or jOOQ). * [jOOQ](http://www.jooq.org/) - Generates typesafe code based on SQL schema. * [Liquibase](http://www.liquibase.org/) - Database-independent library for tracking, managing and applying database schema changes. * [MapDB](http://www.mapdb.org/) - Embedded database engine that provides concurrent collections backed on disk or in off-heap memory.