Overview
The Firebolt .NET SDK is a software development kit designed to facilitate the integration of Firebolt’s high-performance database capabilities into .NET applications. This SDK provides developers with the tools and interfaces needed to interact with Firebolt databases efficiently, enabling effective data manipulation and query execution.Installation
Install the Firebolt .NET SDK by adding the NuGet package to your project. You can do this in several ways:Via Package Manager Console
Via .NET CLI
Via PackageReference
Add the following line to your project file:x.x.x
with the specific version you want to use.
Via Visual Studio UI
Tools
> NuGet Package Manager
> Manage NuGet Packages for Solution
and search for Firebolt
For more details and versioning information, please visit the NuGet Gallery.