DBeaver安装包
官方地址:Releases · dbeaver/dbeaver
我用夸克网盘给你分享了「DBeaver」,点击链接或复制整段内容,打开「夸克APP」即可获取。
/~4ca33YJmQ1~:/
链接:https://pan.quark.cn/s/95924abe88b3
通过网盘分享的文件:DBeaver
链接: https://pan.baidu.com/s/1MAVOt4Mk0UxS6ZSiQyM-9Q?pwd=cgz9 提取码: cgz9
26.0.3的更新日志:
- Data Editor: - Added keywords autocompletion for partially typed - Added the source table name to column header tooltips for query results with JOIN (thanks to @bittoby) - Fixed an issue where the row count calculation icon did not reset after counting (thanks to @HellAmbro) - Fixed the display of spatial data when multiple columns were selected - Fixed the ability to calculate row count for non-standard SELECT statements (thanks to @fdcastel) - Navigator: - Added a key binding to focus the Database Navigator filter (thanks to @EastLord) - ER Diagram: Added preference option to load lazy comments in diagrams (thanks to @jhjalison01) - Data Export: - Fixed export in SQL format for values containing single quotes (thanks to @dev-miro26) - Fixed a corrupted UI area during the Extraction step in Export - Connectivity: - Added the ability to set Navigator filters in connection settings - Fixed an issue with filtering for embedded databases - Miscellaneous: Fixed an issue with an inverted splash screen on macOS Tahoe - Databases: - ClickHouse: Fixed the display of Array(JSON) types in the data grid (thanks to @EastLord) - CUBRID: - Fixed a CSV export error caused by a missing child object (thanks to @longhaseng52) - Fixed a binding failure in PreparedStatement for table names containing single quotes (thanks to @longhaseng52) - Fixed incorrect partitioning DDL generation for values containing commas (thanks to @longhaseng52) - Databricks: Added a logo and fixed the link on the connection page - H2GIS driver was updated to the latest version - MySQL: Fixed an issue when the Dump database tool did not work with URL-based connections (thanks to @mango766) - MySQL/MariaDB: Fixed an issue when changing an auto-increment value generated an incorrect query on the first attempt - Oracle: Fixed an issue in the Metadata Editor when clicking a procedure moved the cursor to a comment containing the procedure name instead of the procedure itself - Redshift: Set the client_protocol_version driver property to default, which fixed an issue with the availability of external schemas - SQL Server: - Fixed an issue where user-defined data types based on NVARCHAR were shown with double length (thanks to @EastLord) - Removed redundant spaces between CREATE and PROCEDURE in the procedure view - Fixed an issue that prevented creating a view in the Metadata Editor翻译一下:
Data Editor(数据编辑器)
- 新增关键词自动补全功能,支持部分输入匹配
- 为包含JOIN的查询结果列头提示中添加源表名称(由@bittoby贡献)
- 修复行数统计图标在计数后未重置的问题(由@HellAmbro贡献)
- 修复选择多列时空间数据显示异常的问题
- 支持对非标准SELECT语句进行行数统计(由@fdcastel贡献)
Navigator(导航器)
- 新增快捷键聚焦数据库导航器筛选框(由@EastLord贡献)
ER Diagram(ER图)
- 新增偏好设置选项,支持延迟加载图表中的注释(由@jhjalison01贡献)
Data Export(数据导出)
- 修复含单引号的SQL格式数据导出问题(由@dev-miro26贡献)
- 修复导出过程中提取步骤的界面显示异常
Connectivity(连接管理)
- 支持在连接设置中配置导航器筛选条件
- 修复嵌入式数据库的筛选问题
Miscellaneous(杂项)
- 修复macOS Tahoe系统下启动画面倒置的问题
Databases(数据库支持)
- ClickHouse:修复数据网格中Array(JSON)类型的显示问题(由@EastLord贡献)
- CUBRID:
- 修复因缺失子对象导致的CSV导出错误(由@longhaseng52贡献)
- 修复表名含单引号时PreparedStatement绑定失败的问题(由@longhaseng52贡献)
- 修复含逗号的分区DDL生成错误(由@longhaseng52贡献)
- Databricks:更新连接页面徽标并修复链接
- H2GIS:驱动更新至最新版本
- MySQL:修复基于URL连接的数据库转储工具失效问题(由@mango766贡献)
- MySQL/MariaDB:修复首次修改自增值时生成错误查询的问题
- Oracle:修复元数据编辑器中点击存储过程时光标跳转到含过程名的注释处的问题
- Redshift:默认设置
client_protocol_version驱动属性,修复外部模式不可用问题- SQL Server:
- 修复基于NVARCHAR的用户自定义类型显示双倍长度问题(由@EastLord贡献)
- 移除存储过程视图中CREATE与PROCEDURE间的冗余空格
- 修复元数据编辑器中创建视图失败的问题
DBeaver 概述
DBeaver 是一款开源的通用数据库管理工具和 SQL 客户端,支持多种数据库系统(如 MySQL、PostgreSQL、Oracle、SQL Server 等)。它提供图形化界面,适合开发者和数据库管理员进行数据查询、结构管理及数据迁移等操作。
核心功能
- 多数据库支持:兼容主流关系型数据库(如 MySQL、PostgreSQL)和部分 NoSQL 数据库(如 MongoDB)。
- 可视化操作:提供表结构设计、数据编辑、导入导出等图形化工具。
- SQL 开发:支持语法高亮、自动补全、执行计划分析等高级 SQL 编辑功能。
- 数据迁移:支持跨数据库的数据传输和格式转换。
- 扩展性:通过插件支持更多数据库驱动和功能扩展。
版本类型
- 社区版(免费):基础功能齐全,适合大多数用户。
- 企业版(付费):增加团队协作、数据加密等高级功能。
适用场景
- 数据库开发与维护。
- 复杂 SQL 查询调试。
- 跨数据库数据迁移或同步。
安装与使用
- 从官网下载对应操作系统的安装包。
- 安装后配置数据库连接(需提供 JDBC 驱动或内置驱动)。
- 通过图形界面或 SQL 控制台操作数据库。
官网链接:https://dbeaver.io/
安装比较简单的:基本上点下一步即可
