
免费数据库管理工具 DBeaver 中文版由大眼仔旭发布。DBeaver 适用于开发人员,SQL 程序员,数据库管理员和分析人员的免费多平台数据库工具。支持任何具有 JDBC 驱动程序的数据库(基本上意味着- ANY 数据库)。EE 版本还支持非 JDBC 数据源(MongoDB,Cassandra,Couchbase,Redis,BigTable,DynamoDB 等)。
DBeaver 具有很多功能,包括元数据编辑器,SQL 编辑器,丰富的数据编辑器,ERD,数据导出/导入/迁移,SQL执行计划等。DBeaver 基于 Eclipse 平台开发。
使用插件架构,并为以下数据库提供附加功能:MySQL / MariaDB,PostgreSQL,Greenplum,Oracle,DB2 LUW,Exasol,SQL Server,Sybase / SAP ASE,SQLite,Firebird,H2,HSQLDB,Derby,Teradata,Vertica,Netezza ,Informix 等。

开源免费数据库管理工具 DBeaver 中文版
DBeaver 是一款免费开源的数据库管理工具,支持多种数据库,如 MySQL、Oracle、PostgreSQL 等。该软件拥有丰富的功能和工具,可以满足用户的多种需求。
以下是 DBeaver 软件的一些功能特色:
- 数据库连接:DBeaver 软件支持多种数据库连接方式,包括本地和远程数据库连接,可以便捷地连接到不同的数据库进行管理。
- 数据库浏览器:该软件提供了一个直观的数据库浏览器,可以快速浏览和搜索数据库中的表、视图、过程、函数等对象。
- SQL 编辑器:DBeaver 软件提供了一个强大的 SQL 编辑器,可以编写和执行 SQL 查询和脚本,并支持语法高亮和代码提示等功能。
- 数据导入和导出:该软件支持多种数据导入和导出格式,包括 CSV、Excel、HTML、JSON 等,可以方便地将数据转换为所需的格式。
- 数据库管理:DBeaver 软件提供了多种数据库管理功能,如表格编辑、索引管理、用户管理等,可以方便地管理数据库。
- 插件支持:该软件支持多种插件,可以扩展软件的功能和工具,如代码生成器、数据模型器等。
DBeaver 是一款简单,可靠的软件,面向需要管理多个SQL数据库,执行SQL脚本,迁移连接和查看图的用户。
兼容多个数据库系统
不管您选择连接哪个数据库,例如 MySQL,Firebird,MS Access,PostgreSQL,SQLite或DB2,该应用程序都支持多个连接,因此您可以轻松地管理和组织表,视图,触发器和过程。
首次启动 DBeaver 时,可以选择一种新的连接类型,然后指定允许您连接到所选数据库的信息。之后,位于应用程序左窗格中的“数据库导航器”面板将显示所有可用数据库以及它们的触发器,索引和表。
如果选择一个表,则可以查看有关该表的常规详细信息,例如列,外键,使用的触发器,分区甚至DDL语法(用于定义数据结构,尤其是数据库模式)。
轻松创建 SQL 脚本
通过“项目”面板,您可以查看所有可用的连接以及创建的脚本。此外,还可以通过使用从“SQL编辑器”菜单中的合适的选择创建新的 SQL 脚本。
通过访问“数据库”菜单,您可以添加新连接,将事务处理模式更改为“可序列化”,“可重复读取”或“已提交读取”。另外,您可以使用“驱动器管理器”选项来管理每个数据库的 ODBC 驱动程序。这样,您可以指定驱动程序名称,选择其类别,设置其示例 URL 地址,然后添加新库。这样的驱动器充当应用程序和 DBMS 之间的转换层,因此您可以轻松地连接到特定的数据库。
作为便携式实用程序,您可以随身携带该应用程序,无论它在可移动驱动器上何时何地,都可以在任何计算机上使用。因此,它不会创建注册表项,您只需删除其包含的文件夹即可将其删除。
DBeaver 软件是一款功能强大、操作简单的数据库管理工具,可以满足用户的多种需求。如果你需要进行数据库管理、查询和开发等操作,不妨试试 DBeaver 软件,相信你会喜欢上它的便捷和高效。
DBeaver 许可证
APACHE 许可证 2.0
DBeaver Ultimate 25.0 Release Notes
March 10, 2025
File drivers:
Added new drivers for working with files as databases. These drivers allow you to open files in the Data Editor, execute complex SQL queries, and work with files in cloud storage (AWS, Google Cloud, Azure). Currently, the drivers operate in read-only mode:
XML driver
JSON driver
Multi-source driver – allows you to combine files of different formats into a single database and join data from multiple files using a single SQL query
Added the ability to open Parquet files from the cloud storage
Added support for geospatial data types
File opening dialog was completely redesigned
SQL Editor:
New autocomplete engine was significantly improved and enabled by default. The new engine was renamed “Semantic”, while the previous engine is now called “Legacy”
Added the ability to use multi-line variables in SQL scripts
Changed default shortcuts for the Result set zoom to Alt+0 and Alt+9 to avoid conflicts with European keyboard layouts
AI assistant in SQL editor was improved: configure the AI engine, write “@ai” in the SQL Editor, and describe what you need in natural language — AI will instantly generate a ready-to-use query
Query manager: Added the ability to filter queries by data sources and date range
Data Editor:
Completely redesigned hints, additional information blocks for cells and columns displayed in tooltips and directly in the cells:
Depending on the data type, cell hints display information about foreign and primary keys, array elements, binary data size, geometries, and timezones. Using hints, you can also navigate to related tables
Column hints continue to display information about keys and column status, but they were redesigned for better readability.
All hints can be configured on the Context menu: you can choose which hints to display for cells and columns for the current table, current connection, or globally.
Added backslash escaping when generating scripts
Added an option in the Value Panel to save XML and JSON files in compressed format
Added support for the composite types for the Grouping panel
Data transfer:
Added the ability to use default spreadsheet names (e.g., Sheet0, Sheet1) for exporting to XLSX
Export to CSV:
Added an option to replace line break characters
Added an option to choose {}, [], or () brackets for formatting array data in the exported file
Connectivity:
Added the ability to retrieve database credentials securely from the AWS secret manager and HashiCorp Vault secret provider
The product now supports importing certificates from a predefined folder at startup, making it easier to establish secure connections for databases protected by self-signed certificates, especially in environments with firewalls or security policies
Cloud Storage: double-clicking on a file in Cloud Storage will open that file in DBeaver, allowing you to work with it as with a database. Supported formats: .csv, .json, .xml, .xlsx, .xls, .parquet, .sql, .db, .sqlite, and .sqlite3
Security: Master password configuration page was redesigned for a better user experience
General:
The bottom toolbar now features breadcrumbs, showing the hierarchical path to the open entity in the active connection (e.g., a specific table). They also allow quick navigation to any sibling or parent node in the hierarchy.
Added the ability to associate different file types with DBeaver on Windows and macOS, and open them directly from OS file explorer or with Ctrl+O shortcut
Databases:
Added the ability to edit DDL for Oracle and MySQL jobs
BigQuery: Added an option to enable session mode
MySQL and MariaDB: Added the ability to change an expired password in the user interface
Oracle:
Added support for the SQL Plus ACCEPT keyword
Added the ability to change user passwords
Users with sufficient permissions can create and clone other users
Now, there are two Redshift drivers: the default Redshift, which is stable and offers better performance, and Redshift Serverless, which can be used to connect to the serverless database
Microsoft Access and MySQL drivers were removed from the package. The application now prompts users to download these drivers from Maven during connection configuration.
Added many improvements for Apache Cassandra, Azure Databricks, Azure PostgreSQL, CUBRID, Google BigQuery, MySQL, MariaDB, OpenEdge, Oracle, PostgreSQL, Salesforce, Salesforce Data Cloud, SAP HANA, Snowflake, SQLite, SQL Server, Teradata, and Yugabyte
New database drivers were added:
Cloudberry
Databend
Driver updates:
Google BigQuery was updated to version 42_1.5.4.1008
Jennifer to v5.5.3.2
Machbase to 8.0.2
MariaDB to 3.5.2
SQLite to 3.48.0.0
Snappy to 2.11-1.3.0
Spanner to 2.15.5
Teradata to 20.00.00.38
For InterSystem IRIS, OrientDB, and Salesforce Data Cloud, the latest driver version is now downloaded by default
https://dbeaver.com/dbeaver-ultimate-release-notes/
资源:031.rar
解压密码:www.dayanzai.me
转载请保留出处,谢谢合作~
点击下载(提取码:6n5v)
点击下载(提取码:536766)
点击下载(提取码:536766)
点击下载(提取码:72t1)
文章名称:《开源免费数据库管理工具 DBeaver Community Edition 25.0 中文多语免费版》
文章固定链接:https://www.dayanzai.me/dbeaver.html
本站资源仅供个人学习交流,请于下载后 24 小时内删除,不允许用于商业用途,否则法律问题自行承担。
猜你喜欢
- 2021-10-23如何使用命令行启动远程桌面连接 (mstsc)
- 2019-12-12专业强大的思维导图工具 XMind 8 Pro 3.7.9 Build 201912052356 中文版
- 2020-11-17Inoo Setup 增加背景音乐播放和暂停继续按钮解决方案
- 2022-11-22LG QNED 与三星 Neo QLED 的下一代显示器技术解释
- 2025-02-22专业像素绘图软件 Pro Motion NG 8.0.11.1 x64 中文汉化版
相关推荐
- 2022-07-06什么是 Windows 中的 Pagefile.sys? 你应该删除它吗?
- 2022-09-11开源免费加密记事本 Crypto Notepad 1.7.3 中文汉化版
- 2021-12-15Cybereason 发布了针对 Apache Log4j 中严重 Log4Shell 漏洞的免费修复程序
- 2022-03-11Windows 键盘 F1~F12 功能键使用指南
- 2025-02-27飞思RAW格式处理软件 Capture One Pro 16.5.7.2742 x64 中文多语免费版
MORE>>微软应用
MORE>>安卓应用
MORE>>教程资源
MORE>>其它资源
最新标签