Skip to content
Cédric Belin edited this page Mar 2, 2026 · 3 revisions

A simple micro-ORM for C# and PowerShell, based on ADO.NET and data annotations.
If you like SQL but dislike the boilerplate of ADO.NET: SQL Mapper for .NET might be for you!

Note

Think of Dapper and its alternatives, but less advanced/powerful.

Quick start

Install the latest version of SQL Mapper for .NET with your package manager:

# .NET with NuGet
dotnet add package Belin.Sql

# PowerShell with PSResourceGet
Install-PSResource Sql

For detailed instructions, see the installation guide.

Usage

(TODO)

Clone this wiki locally