The official Firebolt JDBC driver supports Firebolt Core from version 3.6.3 and can be downloaded from the GitHub JDBC release page. A detailed description can be found on the JDBC documentation page and the corresponding API reference. The remainder of this page provides some explanations and examples specific to Firebolt Core.Documentation Index
Fetch the complete documentation index at: https://docs.firebolt.io/llms.txt
Use this file to discover all available pages before exploring further.
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.