Merge pull request #564 from JensPiegsa/patch-1

Jinq added to database section
This commit is contained in:
Jonathan Bluett-Duncan
2017-06-11 18:12:05 +01:00
committed by GitHub

View File

@ -232,6 +232,7 @@ A curated list of awesome Java frameworks, libraries and software.
* [JDBI](http://jdbi.org/) - Convenient abstraction of JDBC. * [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. * [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. * [jetcd](https://github.com/justinsb/jetcd) - A client library for etcd.
* [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. * [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. * [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. * [MapDB](http://www.mapdb.org/) - Embedded database engine that provides concurrent collections backed on disk or in off-heap memory.