🃏
Bard.Db
  • Introduction
  • Installation
  • Databases
    • Microsoft SQL
    • PostgreSQL
Powered by GitBook
On this page

Was this helpful?

Export as PDF

Installation

Before you start, you will need to add a reference to Bard.Db.dll in your project.

The simplest way to do this is to use either the NuGet package manager, or the dotnet CLI.

Using the NuGet package manager console within Visual Studio run the following command:

Install-Package Bard.db

Or using the .net core CLI from a terminal window:

dotnet add package Bard.db
PreviousIntroductionNextMicrosoft SQL

Last updated 4 years ago

Was this helpful?