Add GatewayD (#5315)

This commit is contained in:
Mostafa Moradian 2024-09-03 12:31:01 +03:30 committed by GitHub
parent 9d17e9b8d8
commit 9eec7c7dba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -803,6 +803,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. - [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. - [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. - [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](https://github.com/siddontang/go-mysql) - Go toolset to handle MySQL protocol and replication.
- [gorm-multitenancy](https://github.com/bartventer/gorm-multitenancy) - Multi-tenancy support for GORM managed databases. - [gorm-multitenancy](https://github.com/bartventer/gorm-multitenancy) - Multi-tenancy support for GORM managed databases.
- [hasql](https://golang.yandex/hasql) - Library for accessing multi-host SQL database installations. - [hasql](https://golang.yandex/hasql) - Library for accessing multi-host SQL database installations.