docs/en/10-third-party/07-tool/01-dbeaver.md
DBeaver is a popular cross-platform database management tool that facilitates developers, database administrators, and data analysts in managing data. DBeaver has embedded support for TDengine starting from version 23.1.1. It supports both standalone deployed TDengine clusters and TDengine Cloud.
Using DBeaver to manage TDengine requires the following preparations.
Launch the DBeaver application, click the button or menu item to "New Database Connection", then select TDengine in the time-series category.
Configure the TDengine connection by entering the host address, port number (6041), username, and password. For example, use TDengine server host address www.taosdemo.com and port number 6041. It is recommended to select URL connection and add connection parameters varcharAsString=true&conmode=1. For parameter meanings, refer to the JDBC documentation. Click "Test Connection" to test whether the connection is available. If the TDengine Java connector is not installed on the local machine, DBeaver will prompt you to download and install it.
A successful connection will be displayed as shown below. If the connection fails, check whether the TDengine service and taosAdapter are running correctly, and whether the host address, port number, username, and password are correct.
Using DBeaver to select databases and tables allows you to browse data from the TDengine service.
You can also operate on TDengine data by executing SQL commands.