From 5e0d8882ed7832843f2cd511313ccdcaba2d31b4 Mon Sep 17 00:00:00 2001 From: finley Date: Wed, 30 Mar 2022 16:05:32 +0800 Subject: [PATCH] add rdb into database tools (#4147) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 658253af..9f343191 100644 --- a/README.md +++ b/README.md @@ -663,6 +663,7 @@ _Database tools._ - [pgweb](https://github.com/sosedoff/pgweb) - Web-based PostgreSQL database browser. - [prep](https://github.com/hexdigest/prep) - Use prepared SQL statements without changing your code. - [pREST](https://github.com/prest/prest) - Simplify and accelerate development, ⚡ instant, realtime, high-performance on any Postgres application, existing or new. +- [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.