sidebar_label | slug | description |
---|---|---|
DbVisualizer |
/en/integrations/dbvisualizer |
DbVisualizer is a database tool with extended support for ClickHouse. |
import ConnectionDetails from '@site/docs/en/_snippets/_gather_your_details_http.mdx';
DbVisualizer is available at https://www.dbvis.com/download/
DbVisualizer has the most up-to-date JDBC drivers for ClickHouse included. It has full JDBC driver management built right in that points to the latest releases as well as historical versions for the drivers.
To connect a database with DbVisualizer, you must first create and setup a Database Connection.
-
Create a new connection from Database->Create Database Connection and select a driver for your database from the popup menu.
-
An Object View tab for the new connection is opened.
-
Enter a name for the connection in the Name field, and optionally enter a description of the connection in the Notes field.
-
Leave the Database Type as Auto Detect.
-
If the selected driver in Driver Type is marked with a green check mark then it is ready to use. If it is not marked with a green check mark, you may have to configure the driver in the Driver Manager.
-
Enter information about the database server in the remaining fields.
-
Verify that a network connection can be established to the specified address and port by clicking the Ping Server button.
-
If the result from Ping Server shows that the server can be reached, click Connect to connect to the database server.
:::tip See Fixing Connection Issues for some tips if you have problems connecting to the database.
Find more information about DbVisualizer visit the DbVisualizer documentation.