From 8c320143648644ab16796f3baf13ee6818a6353a Mon Sep 17 00:00:00 2001 From: Abdullah Kaya Date: Wed, 26 Aug 2026 22:33:00 +0300 Subject: [PATCH] Add LibreDB Studio to the GUI tools list LibreDB Studio is an open-source, self-hosted SQL IDE that runs in the browser. It connects to Valkey through the ioredis driver and exposes a key browser built on a non-blocking SCAN, health and metrics from INFO, and slow-query and client panels from SLOWLOG and CLIENT LIST. Signed-off-by: Abdullah Kaya --- tools/gui/github.com/libredb/libredb-studio.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tools/gui/github.com/libredb/libredb-studio.json diff --git a/tools/gui/github.com/libredb/libredb-studio.json b/tools/gui/github.com/libredb/libredb-studio.json new file mode 100644 index 000000000..1b0839b1c --- /dev/null +++ b/tools/gui/github.com/libredb/libredb-studio.json @@ -0,0 +1,5 @@ +{ + "name": "LibreDB Studio", + "description": "Self-hosted, browser-based database GUI with Valkey support: non-blocking SCAN key browser, INFO health and metrics, SLOWLOG and CLIENT LIST panels", + "homepage": "https://libredb.org" +}