EXE
WinGet
DBX
t8y2 · 0.4.0 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
DBX_0.4.0_x64-setup.exe /S
Intune Detection Rule
Registry Rule
Rule type
Registry
Registry hive
Key path
HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DBX
Detection method
Value name
DisplayVersion
Operator
Greater than or equal to
Value
0.4.0
Associated with 32-bit app on 64-bit clients
No
File Identity
Filename
DBX_0.4.0_x64-setup.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
t8y2.DBX
Version
0.4.0
Description
15MB,lightweight, cross-platform database client. Supports MySQL, PostgreSQL, SQLite, Redis, MongoDB, DuckDB, ClickHouse, SQL Server and more.
License
MIT
Homepage
https://github.com/t8y2/dbx
Upgrade Behavior
install(Install over existing)
Release Notes
新功能
- 连接分组与拖拽排序 — 侧边栏支持创建分组文件夹来组织连接,连接和分组均可拖拽排序,支持右键「移至分组」,分组数据独立持久化并可随连接导入导出 (closes #72)
- 数据库全局搜索 — 在数据库/Schema 上右键可全局搜索,输入关键词(用户 ID、邮箱、订单号等)扫描所有表查找匹配行,支持进度显示、逐表错误隔离和结果跳转 (contributed by @SuLea-IT, closes #76)
- 新建连接对话框重构 — 数据库类型选择改为两步式流程,提供图标/列表双视图和搜索,SSH 配置独立为标签页 (contributed by @wu-clan)
- 标签页滚动按钮 — 标签页过多时两侧出现带渐变遮罩的箭头按钮,切换标签自动滚动到可视区域 (contributed by @yavon007)
- 应用内自动更新 — 检测到新版本时可直接在应用内下载并安装,无需手动下载
改进
- 连接选择器增强 — 查询编辑器的连接下拉菜单显示数据库类型图标和连接地址副标题,方便区分同名连接 (contributed by @SuLea-IT, closes #74,…