DataGrip

This section describes how to connect DataGrip to Exasol and run an SQL statement. DataGrip comes with a built-in Exasol driver.

Environment

The following environment is used as an example:

  • Trial version of DataGrip
  • Windows Operating System

Prerequisite

  • Exasol should be installed and running on your system.
  • DataGrip should be installed and running on your system.
  • Network connection where Exasol database and the host with DataGrip are connected to.

Procedure

  1. Launch DataGrip and do one of the following to create Exasol as a data source:
  • Select File > NewData SourceExasol.
  • Click icon in the Database tool window and select Data Source > Exasol.

    Connect DataGrip to Exasol

  1. Enter the following details on Data Source and Drivers dialog:
  • Name for the datasource
  • Username
  • Password
  • URL with jdbc:exa: prefix

    Connect DataGrip to Exasol

If a driver is missing, you can download it by clicking the Download link at the bottom of the dialog.

  1. Click Test Connection to check the connection and then click OK to finish.

    Connect DataGrip to Exasol

If all the objects of the database are not visible after adding Exasol as a datasource, click icon in toolbar or right-click the Exasol datasource and select Synchronize.

  1. Enter an SQL statement in the database console. The result is displayed in the same window.

    Connect DataGrip to Exasol

If the console is not visible, right-click the Exasol datasource and select Open Console or click icon and select New Console.

Next Step

After connecting DataGrip to Exasol, you can start loading data into the Exasol database. For more information, see Loading Data.

Further Information

For more information about DataGrip, see DataGrip Official Documentation.