Goodbye Navicat, dbeaver is true love

Database connection tools, back-end programmers must use tools, commonly used is Navicat, Navicat is a fee-based tool, if you use the cracked method, you may receive a lawyer's letter, today I recommend an open source and free database connection tool- -dbeaver.

Features

1. Almost all database products are supported, including: MySQL, SQL Server, PostgreSQL, MariaDB, SQLite, Oracle, Db2, Sybase, MS Access, etc.

2. DBeaver is developed using the Eclipse framework and supports plug-in extensions. You can install plug-ins according to your needs.

3. Data visualization: Provides an intuitive graphical user interface, which can easily manage data tables and perform additions, deletions, modifications, and queries.

4. Support dark, light, system, classic and other themes.

5. Database backup and recovery: DBeaver supports dumping and restoring databases.

6. SQL editor: supports SQL syntax highlighting, field and table name prompts, and automatically names data table aliases.

tutorial

1. Download DBeaver

DBeaver Community Edition can be downloaded from the official website or Github.

2. Download the driver

You need to download the driver for the first use, and configure the maven address in the preferences.

3. Connect to the database

Connect to MySQL database

Fill in the database connection information and download the driver

4. Execute the sql statement

Select the database before executing sql

project address

https://github.com/dbeaver/dbeaver

Summarize

DBeaver is an open source, cross-platform, and powerful database management tool with a simple and easy-to-use interface, allowing users to easily perform various database operations, such as query, modification, backup, etc.

Guess you like

Origin blog.csdn.net/Javatutouhouduan/article/details/131429730