纯净系统
软件下载

数据库管理 DBeaver Community Edition v26.2.0 中文版

介绍

官方网站:https://dbeaver.io/

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 是一款免费开源的数据库管理工具,支持多种数据库,如 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 软件,相信你会喜欢上它的便捷和高效。

更新日志

Changes since 26.1.5:
- AI Assistant:
- Added support for AI subscriptions for OpenAI
- Added a warning about possible AI mistakes in AI Chat
- Reorganized AI preferences
- AI-generated SQL scripts are executed like regular scripts, with a results tab, progress tracking, and the ability to fix errors
- SQL Editor: fixed toolbar background in the dark theme on Windows
- Data Editor:
- Updated the reset icon in Result set Order/Filter settings
- Fixed an event loop exception when opening the context menu in the Calc panel
- Diagram: fixed an issue where relationship lines were not handled correctly when manually rearranging entities
- Data transfer: fixed keyboard navigation in the Transform settings dropdown
- Connectivity:
- Fixed an exception when opening connection settings for a generic driver with URL configuration
- Fixed database logo rendering on macOS
- Improved automatic connection name generation
- Fixed repeated driver download prompts during connection attempts
- Navigator: fixed Navigator background in the dark theme
- Miscellaneous:
- Fixed multiple issues in the dark theme: native tool presentation, Tip of the Day dialog display, toolbar background display, and others
- Fixed profile slider scrolling on Linux
- Updated the driver selector to show all drivers when opening the dialog
- Fixed a widget disposed error after changing the application language
- Removed project selector from the global Eclipse status bar
- Databases:
- Apache Doris: Fixed the ability to transfer data from SQLite
- Athena: Fixed Apache Calcite Avatica driver installation
- BigQuery: Updated the driver to version 1.2.0
- ClickHouse: Fixed date filtering
- Exasol: Fixed an exception when opening users
- Flight SQL: Fixed connection errors with Flight SQL JDBC driver 19.0.0
- MariaDB: Fixed ENUM dropdown opening in Record view and the Value panel
- MySQL:
- Fixed an AI response handling error
- Fixed data export to clipboard (thanks to @EastLord)
- Oracle: Fixed endless refresh when the References panel was open
- PostgreSQL:
- Fixed CSV import with bulk load enabled
- Fixed schema switching after changing the active schema
- Fixed incorrect search path update after changing the active schema
- Snowflake: Fixed column ordering in Result Set Order/Filter settings

下载地址

本地下载        本地下载2        教育网

未经允许不得转载:Puresys纯净系统-软件下载 » 数据库管理 DBeaver Community Edition v26.2.0 中文版

相关推荐

  • 暂无文章

评论 1

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址
  1. #0

    这个怎么没exe的安装版了,解压覆盖会报错,插件得重新下载

    MR.不高兴6个月前 (03-11)回复

支付宝扫一扫打赏