From da53948323cbe967d4213e05846e72259945118f Mon Sep 17 00:00:00 2001 From: lunrenyi Date: Tue, 18 Aug 2026 22:09:01 +0800 Subject: [PATCH 1/2] add dbx under db MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add DBX (https://github.com/t8y2/dbx) — a lightweight cross-platform database management GUI (single ~20 MB binary, Rust + Vue/Tauri 2). Supports 80+ databases including MySQL, PostgreSQL, SQLite, Redis, MongoDB, DuckDB, SQL Server and Dameng; ships built-in AI, MCP Server and CLI. Apache-2.0. Upstream activity: daily releases, 15.5k stars, single binary distribution (AppImage/dmg/deb/rpm) makes it a natural eget target. brew install --cask dbx is supported upstream and included. --- src/db/dbx.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/db/dbx.yml diff --git a/src/db/dbx.yml b/src/db/dbx.yml new file mode 100644 index 0000000..50447f7 --- /dev/null +++ b/src/db/dbx.yml @@ -0,0 +1,18 @@ +lang: Rust +homepage: https://github.com/t8y2/dbx +license: Apache-2.0 +desc: + cn: 轻量级跨平台数据库管理工具,单文件 ~20MB 二进制支持 MySQL、 PostgreSQL、 SQLite、 Redis、 MongoDB、 DuckDB、 SQL Server、 达梦等 80+ 数据库,内置 AI、 MCP Server、 CLI、 桌面端与 Docker 部署 + en: DBX is a lightweight, cross-platform database management tool — a single ~20 MB binary that supports 80+ databases (MySQL, PostgreSQL, SQLite, Redis, MongoDB, DuckDB, SQL Server, Dameng, and more), with built-in AI, MCP Server, CLI, desktop and Docker deployments +x: + source: https://github.com/t8y2/dbx + eget: https://github.com/t8y2/dbx +rule: + /eget: + cmd: x eget t8y2/dbx + reference: https://github.com/t8y2/dbx + darwin/brew: + cmd: brew install --cask dbx + reference: https://formulae.brew.sh/cask/dbx +binlist: + - dbx From f72fea480420ab667e10561d292e1024bac97be7 Mon Sep 17 00:00:00 2001 From: lunrenyi Date: Wed, 19 Aug 2026 11:26:23 +0800 Subject: [PATCH 2/2] update(dbx): add scoop and winget install paths for Windows --- src/db/dbx.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/db/dbx.yml b/src/db/dbx.yml index 50447f7..820edeb 100644 --- a/src/db/dbx.yml +++ b/src/db/dbx.yml @@ -13,6 +13,14 @@ rule: reference: https://github.com/t8y2/dbx darwin/brew: cmd: brew install --cask dbx - reference: https://formulae.brew.sh/cask/dbx + reference: https://github.com/t8y2/dbx#install + win/scoop: + cmd: | + scoop bucket add dbx https://github.com/t8y2/scoop-bucket + scoop install dbx + reference: https://github.com/t8y2/dbx#install + win/winget: + cmd: winget install t8y2.dbx + reference: https://github.com/t8y2/dbx#install binlist: - dbx