Skip to main content

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:
Make sure to replace 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.

Quick Start

Here’s a simple example to get started with the Firebolt .NET SDK:

Documentation

For more detailed documentation, including API references and advanced usage, please refer to the README file in the repository.

Support

For support, issues, or contributions, please refer to the repository’s issue tracker and contributing guidelines.

License

This SDK is released under Apache License 2.0. Please see the LICENSE file for more details.