Connect With Go
The official Firebolt Go SDK driver supports Firebolt Core from version 1.10.0 and can be downloaded from the GitHub Go SDK release page. A detailed description can be found on the Go SDK documentation page. The remainder of this page provides some explanations and examples specific to Firebolt Core.
DSN Parameters
In order to connect to a Firebolt Core cluster with Go SDK, you need to specify the address of the HTTP endpoint in the url
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.
More generally, the form of the connection string should be as follows.
Recall that Firebolt Core does not support authentication, so the respective instructions outlined in the dedicated Go SDK documentation page do not apply.