Simple Generic Data manager with Basic CRUD methods using Dapper and Dapper.Contrib.Extensions.
Learn Dapper: https://www.learndapper.com/
Dapper Tutorial: https://dappertutorial.net/
Info
Version: | 1.0.1 |
Author(s): | Raniel Garcia |
Last Update: | Sunday, January 31, 2021 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/DapperGenericDataManagerRepo |
Install
Install-Package DapperGenericDataManagerRepo
dotnet add package DapperGenericDataManagerRepo
paket add DapperGenericDataManagerRepo
DapperGenericDataManagerRepo Download (Unzip the "nupkg" after downloading)
Dependencies
- Dapper(>= 2.0.78)
- Dapper.Contrib(>= 2.0.78)
- MySql.Data(>= 8.0.23)
- Oracle.ManagedDataAccess.Core(>= 2.19.101)
- System.Data.SqlClient(>= 4.8.2)
Tags