EXE
WinGet
DBX
t8y2 · 0.5.29 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
DBX_0.5.29_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.5.29
Associated with 32-bit app on 64-bit clients
No
File Identity
Filename
DBX_0.5.29_x64-setup.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
t8y2.DBX
Version
0.5.29
Description
15MB,lightweight, cross-platform database client. Supports MySQL, PostgreSQL, SQLite, Redis, MongoDB, DuckDB, ClickHouse, SQL Server and more.
License
AGPL-3.0
↗
Homepage
https://github.com/t8y2/dbx
Upgrade Behavior
install(Install over existing)
Release Notes
新功能
- 批量编辑 — 数据网格新增基于选择区域的批量编辑动作,批量修改单元格更高效
- SQL 补全 — 新增数据库方言相关建议,并在补全中显示字段注释,写 SQL 时上下文更完整
- GBase 8s — 新增 GBase 8s 驱动配置,扩展国产数据库连接支持
- Elasticsearch — 新增 Elasticsearch 命令补全,命令输入更顺手
- 二进制数据 — 数据网格支持内联下载 BLOB / 二进制单元格内容
- 断开连接处理 — 支持配置断开连接时标签页的处理方式,避免误清理正在查看的内容
- MCP 配置 — 优化 MCP 默认配置和提示信息,首次接入更清晰
改进
- 数据导出 — 导出改为后台任务体验,支持进度查看、取消和批量大小设置;有主键表可使用更高效的 keyset 分页 (contributed by @DengQingNian)
- 完整表导出 — 全量表导出路径改为流式处理,降低大表导出时的内存峰值
- 数据网格性能 — Canvas 表格减少行对象分配,降低大结果集浏览时的前端内存占用
- 网格加载 — 预加载数据网格组件,切换到结果视图更…