基于dapper拓展的ORM操作类。可以直接使用实体类进行相应的操作,如果db.Insert(Entity);.
Learn Dapper: https://www.learndapper.com/
Dapper Tutorial: https://dappertutorial.net/
Info
Version: | 1.0.0.1 |
Author(s): | Amm |
Last Update: | Friday, February 15, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ArmyMedalMei |
NuGet Url: | https://www.nuget.org/packages/Amm.DapperExtensions |
Install
Install-Package Amm.DapperExtensions
dotnet add package Amm.DapperExtensions
paket add Amm.DapperExtensions
Amm.DapperExtensions Download (Unzip the "nupkg" after downloading)
Dependencies
- Dapper(>= 1.50.5)
Tags