From dcbc5ee526be76c103c2b0c18b3ad2be7b5841f6 Mon Sep 17 00:00:00 2001 From: "Archie L. Cobbs" Date: Fri, 28 Feb 2020 09:13:02 -0600 Subject: [PATCH] Add QueryStream. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe73e25..dd7d5aa 100644 --- a/README.md +++ b/README.md @@ -267,6 +267,7 @@ _Everything that simplifies interactions with the database._ - [MariaDB4j](https://github.com/vorburger/MariaDB4j) - Launcher for MariaDB that requires no installation or external dependencies. - [Modality](https://github.com/arkanovicz/modality) - Lightweight ORM with database reverse engineering features. - [Presto](https://prestosql.io) - Distributed SQL query engine for big data. +- [QueryStream](https://github.com/querystream/querystream) - Build JPA Criteria queries using a Stream-like API. - [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/redisson/redisson) - Allows for distributed and scalable data structures on top of a Redis server.