From 0c7892f988d3e53070f9d2b4d4353ddd48594e0c Mon Sep 17 00:00:00 2001 From: Mostafa Moradian Date: Tue, 21 May 2024 00:07:58 +0200 Subject: [PATCH] Add GatewayD --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 58b3ad9cb1..a68627c073 100644 --- a/README.md +++ b/README.md @@ -763,6 +763,7 @@ _Data stores with expiring records, in-memory distributed data stores, or in-mem - [dbbench](https://github.com/sj14/dbbench) - Database benchmarking tool with support for several databases and scripts. - [dg](https://github.com/codingconcepts/dg) - A fast data generator that produces CSV files from generated relational data. - [dynago](https://github.com/twharmon/dynago) - Simplify working with AWS DynamoDB. +- [gatewayd](https://github.com/gatewayd-io/gatewayd) - Cloud-native database gateway and framework for building data-driven applications. Like API gateways, for databases. - [go-mysql](https://github.com/siddontang/go-mysql) - Go toolset to handle MySQL protocol and replication. - [go-mysql-elasticsearch](https://github.com/siddontang/go-mysql-elasticsearch) - Sync your MySQL data into Elasticsearch automatically. - [hasql](https://golang.yandex/hasql) - Library for accessing multi-host SQL database installations.