DBeaver is an open-source universal database management tool that supports core functionalities including data query and visualization, metadata management, data import/export, and driver extensions. It provides a cross-platform graphical interface for various databases (e.g., MySQL, PostgreSQL, Oracle).
Ensure DBeaver and IoTDB are installed:
DBeaver(>= V25.2.0), download: https://dbeaver.io/download/
IoTDB is running, download: https://iotdb.apache.org/Download/
In the left-side Database Navigator, you can view database-related information, including: database name, table names, column names, column data types, column comments.
Double-click a table in the database list to display its structure in the Properties tab on the right panel, including: basic table attributes and detailed column information.
The Primary Keys section shows the table's composite primary keys (time + tag columns).
Switch to the Data tab to explore all stored data for the selected table.
Under Database Navigator → Procedures, view all supported functions.
The Data Types tab lists all currently supported data types.