EXE
WinGet
DBX
t8y2 · 0.5.24 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
DBX_0.5.24_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.24
Associated with 32-bit app on 64-bit clients
No
File Identity
Filename
DBX_0.5.24_x64-setup.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
t8y2.DBX
Version
0.5.24
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
新功能
- MongoDB 聚合与批量写入 — MongoDB 连接新增聚合查询、批量写入和 MCP 集成,处理文档数据与自动化场景更完整 (contributed by @Michaelxwb)
- 连接超时可配置 — 每个连接都可以单独设置连接超时时间,面对慢网络、SSH 跳板或高延迟数据库时更容易调优 (contributed by @adntian)
- 表结构编辑增强 — 表结构编辑器新增类型选择键盘导航、列宽调整,以及 MySQL / PostgreSQL / SQL Server 更多列属性支持,改表体验更顺手
- 全局 UI 缩放 — 桌面端新增全局界面缩放设置与快捷键,在高分屏和不同显示器之间切换更舒服
- 结果行数显示 — 查询结果状态栏新增总行数显示,查看分页结果时对整体数据量更有把握
- 侧边栏紧凑模式 — 侧边栏新增紧凑对象显示模式,数据库对象较多时浏览更高效
- 表信息面板搜索 — 表信息面板支持搜索列、索引、外键、触发器和 DDL,定位结构信息更快
改进
- 上下文菜单体验 — 多处右键菜单切换到更轻量的自定义实现,并支持子菜单,编辑器和数据网格交互更流畅…