Micro ORM for relational database.
Learn Dapper: https://www.learndapper.com/
Dapper Tutorial: https://dappertutorial.net/
Info
Version: | 1.0.0.1-Preview |
Author(s): | Eduardo Silva |
Last Update: | Thursday, July 23, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/EasyDapper |
Install
Install-Package EasyDapper
dotnet add package EasyDapper
paket add EasyDapper
EasyDapper Download (Unzip the "nupkg" after downloading)
Dependencies
- Dapper(>= 2.0.35)
- Microsoft.CSharp(>= 4.7.0)
- MySqlConnector(>= 0.56.0)
- Newtonsoft.Json(>= 12.0.3)
- PELEXMapper(>= 1.1.0)
- System.ComponentModel.Annotations(>= 4.7.0)
- System.Data.SqlClient(>= 4.8.1)
- System.Linq.Expressions(>= 4.3.0)
Tags