Connection String
In order to connect to a Firebolt Core cluster with JDBC, you need to specify the address of the HTTP endpoint in theurl
connection parameter. For example, if you followed the Get Started guide to start a single-node Firebolt Core cluster on your local machine, its HTTP endpoint is exposed at localhost:3473
and you can use the following connection string to connect to the default database.