Connect with JetBrains DataGrip
On this page
Use the SingleStore JDBC driver to connect to your SingleStore databases from the JetBrains DataGrip IDE.
Prerequisites
Configure the Connection to SingleStore
To connect to SingleStore from JetBrains DataGrip:
-
Open JetBrains DataGrip, and then select + (icon) > Driver.
Alternatively, select File > Data Sources > Drivers (tab). -
On the Data Sources and Drivers dialog, select SingleStore.
-
Under Driver Files, select + (icon) > Custom JARs.
-
Select and upload the downloaded SingleStore JDBC driver
.file.jar -
Select Create Data Source.
-
On the SingleStore data source page, enter the connection configuration of your SingleStore deployment:
-
Host: Hostname or IP address of the SingleStore deployment.
-
Port: Default is
3306. -
User: Username of the SingleStore database user.
-
Password: Password for the SingleStore database user.
-
Database: Enter the name of the SingleStore database to connect with.
-
-
Select Test Connection to test connectivity to the SingleStore database.
-
Upon successfully connecting to SingleStore, select OK to save the configuration.
The SingleStore connection is configured and ready.
Last modified: November 7, 2025