EXE
WinGet
DBX
t8y2 · 0.5.18 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
DBX_0.5.18_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.18
Associated with 32-bit app on 64-bit clients
No
File Identity
Filename
DBX_0.5.18_x64-setup.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
t8y2.DBX
Version
0.5.18
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
新功能
- Redis JSON 视图 — Redis 值自动识别 JSON,支持在 JSON 视图和原始内容之间切换,并提供高亮、折叠和自动换行
- 对象时间信息 — 对象浏览器显示表/视图创建时间和更新时间,并支持正反排序,方便定位最近新增或变更的对象 (closes #398)
- 复制 INSERT 不含主键 — 数据表格复制为 INSERT 时增加“不含主键”选项,跨环境导入自增主键数据更省心 (closes #400)
- 转置查看编辑 — 转置查看支持直接编辑单元格,新增行后会自动定位到新行,回滚刷新后也会保持转置视图 (closes #401)
- 表字段定位 — 在表信息字段列表中点击字段可定位到对应表头,宽表浏览更容易 (closes #389)
- 侧边栏筛选增强 — 支持按节点类型筛选数据库树,并可配置隐藏指定前缀的表名,减少对象列表噪音
- 活动标签定位 — 侧边栏可自动选中当前标签对应的数据库节点,切换表和连接时更容易保持上下文
- AI 代码高亮 — AI 对话中的 SQL、Shell 等代码块支持 Shiki 高亮,阅读和复制更清晰
- SQL 编辑器主…