-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Cédric Belin edited this page Mar 2, 2026
·
1 revision
Before installing SQL Mapper for .NET, you need to make sure you have the .NET SDK and/or PowerShell up and running.
You can verify if you're already good to go with the following commands:
# .NET
dotnet --version
# PowerShell
pwsh --versionFrom a command prompt, run:
dotnet add package Belin.SqlNow in your C# code, you can use:
using Belin.Sql;From a command prompt, run:
Install-PSResource -Name Sql -Repository PSGalleryNow in your PowerShell code, you can use:
Import-Module -Name Sql