It encapsulates the basic methods of query manipulation using Mysql and dapper, including adding, deleting, modifying and dynamic query.
Info
Version: | 1.8.0 |
Author(s): | Jerry |
Last Update: | Thursday, December 27, 2018 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/JerryClient |
Install
Install-Package JerryClient
dotnet add package JerryClient
paket add JerryClient
JerryClient Download (Unzip the "nupkg" after downloading)
Dependencies
- Dapper(>= 1.50.5)
- MySql.Data(>= 8.0.13)