DataGrip
This article explains how to use DataGrip with Exasol through JDBC.
Prerequisites
-
The Exasol JDBC driver must be installed on the system running the tool. For information about how to download and install the JDBC driver and to get the necessary connection details, see JDBC Driver.
-
DataGrip must be installed.
-
Basic knowledge about how to configure and use DataGrip is assumed.
Connect DataGrip to Exasol
DataGrip comes with a built-in Exasol driver.
- In DataGrip, create a new Exasol data source.
-
In the Exasol data source configuration, enter the following details:
-
The user name and password of the database user
-
URL with the hostnames/addresses and port of the Exasol cluster
For example:
jdbc:exa:192.168.6.11..14:8563
-
For more details about supported URLs for the JDBC driver, see Exasol URL.
For more information about how to use DataGrip, refer to the DataGrip documentation.