From 04524b1c9ad09996d452a22641f8c16fa39b12f7 Mon Sep 17 00:00:00 2001 From: pswu11 Date: Tue, 15 Mar 2022 11:45:39 +0100 Subject: [PATCH] Add questdb --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 231ffd8..f16ba68 100644 --- a/README.md +++ b/README.md @@ -287,6 +287,7 @@ _Everything that simplifies interactions with the database._ - [Modality](https://github.com/arkanovicz/modality) - Lightweight ORM with database reverse engineering features. - [Spring Data JPA MongoDB Expressions](https://github.com/mhewedy/spring-data-jpa-mongodb-expressions) - Allows you to use MongoDB query language to query your relational database. - [Trino](https://trino.io) - Distributed SQL query engine for big data. +- [QuestDB](https://github.com/questdb/questdb) - High-performance SQL database for time series. Supports InfluxDB line protocol, PostgreSQL wire protocol, and REST. - [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.