add wescale (#5006)

This commit is contained in:
earayu 2024-05-23 03:34:08 +08:00 committed by GitHub
parent f8936ce8f3
commit 9aa11923ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -778,6 +778,7 @@ _Data stores with expiring records, in-memory distributed data stores, or in-mem
- [rdb](https://github.com/HDT3213/rdb) - Redis RDB file parser for secondary development and memory analysis.
- [rwdb](https://github.com/andizzle/rwdb) - rwdb provides read replica capability for multiple database servers setup.
- [vitess](https://github.com/youtube/vitess) - vitess provides servers and tools which facilitate scaling of MySQL databases for large scale web services.
- [wescale](https://github.com/wesql/wescale) - WeScale is a database proxy designed to enhance the scalability, performance, security, and resilience of your applications.
### SQL Query Builders