基于 Dapper、Dapper-Extensions 构建的微型 ORM 类库,提供一个包含增、删、改、查等常用方法的数据访问层基类,支持用 Lambda 表达式书写查询和更新条件.
Learn Dapper: https://www.learndapper.com/
Dapper Tutorial: https://dappertutorial.net/
Info
Version: | 1.5.19 |
Author(s): | arbing |
Last Update: | Tuesday, August 29, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/arbing/DapperDal |
NuGet Url: | https://www.nuget.org/packages/DapperDal |
Install
Install-Package DapperDal
dotnet add package DapperDal
paket add DapperDal
DapperDal Download (Unzip the "nupkg" after downloading)
Dependencies
- Dapper(>= 1.50.2)
Tags