-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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.
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 SqlFor detailed instructions, see the installation guide.
(TODO)