Learn Dapper: https://www.learndapper.com/
Dapper Tutorial: https://dappertutorial.net/
Info
Version: | 2.0.1 |
Author(s): | KeshavT |
Last Update: | Friday, October 23, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://github.com/ |
NuGet Url: | https://www.nuget.org/packages/Dapper.RepoWrapper |
Install
Install-Package Dapper.RepoWrapper
dotnet add package Dapper.RepoWrapper
paket add Dapper.RepoWrapper
Dapper.RepoWrapper Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.CSharp(>= 4.4.0)
- Dapper(>= 2.0.0)
Tags
Supports both sync and async CRUD, table/column naming by attributes
- Supports SQL Server, PostgreSQL, and MySQL
- Includes async methods.