DataBse.DapperForSqlServer is a class library tool that connects to SqlServer database by using Dapper driver.
Learn Dapper: https://www.learndapper.com/
Dapper Tutorial: https://dappertutorial.net/
Info
Version: | 0.1.9 |
Author(s): | CaiJinHao |
Last Update: | Sunday, June 28, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/CaiJinHao/netcore-api-template/tree/master/services/database/SqlDataBase/DataBase.DapperForSqlServer |
NuGet Url: | https://www.nuget.org/packages/DataBse.DapperForSqlServer |
Install
Install-Package DataBse.DapperForSqlServer
dotnet add package DataBse.DapperForSqlServer
paket add DataBse.DapperForSqlServer
DataBse.DapperForSqlServer Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- IDataBase(>= 0.2.4)
- Dapper(>= 2.0.35)
- Microsoft.CSharp(>= 4.7.0)
- System.Data.SqlClient(>= 4.8.1)
- IDataBase(>= 0.2.4)
- Dapper(>= 2.0.35)
- Microsoft.CSharp(>= 4.7.0)
- System.Data.SqlClient(>= 4.8.1)
Tags