A thin wrapper around Dapper.Net that helps with runtime customization of queries.
Learn Dapper: https://www.learndapper.com/
Dapper Tutorial: https://dappertutorial.net/
Info
Version: | 2.1.0-beta |
Author(s): | Benjamin Skeen |
Last Update: | Tuesday, November 23, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/bskeen/Dapper.Wrappers/wiki |
NuGet Url: | https://www.nuget.org/packages/Dapper.Wrappers |
Install
Install-Package Dapper.Wrappers
dotnet add package Dapper.Wrappers
paket add Dapper.Wrappers
Dapper.Wrappers Download (Unzip the "nupkg" after downloading)
Dependencies
- Dapper(>= 2.0.30)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 3.1.0)
Tags