A simple auto generated CRUD operations library that is a wrapper around Dapper and exposes the Repository interface.
Learn Dapper: https://www.learndapper.com/
Dapper Tutorial: https://dappertutorial.net/
Info
Version: | 2.0.0 |
Author(s): | Rohit Vipin Mathews |
Last Update: | Thursday, October 22, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/rohitvipin/Dapper.Repository |
NuGet Url: | https://www.nuget.org/packages/Dapper.CRUD.Repository |
Install
Install-Package Dapper.CRUD.Repository
dotnet add package Dapper.CRUD.Repository
paket add Dapper.CRUD.Repository
Dapper.CRUD.Repository Download (Unzip the "nupkg" after downloading)
Dependencies
- Dapper(>= 2.0.35)
- System.Data.SqlClient(>= 4.8.2)
Tags