Info
Version: | 0.24.527.14 |
Author(s): | GeorgeWu |
Last Update: | Monday, May 27, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://dev.azure.com/GWOnDevOps/GWStdLib |
NuGet Url: | https://www.nuget.org/packages/GWStd.DB.MySql |
Install
Install-Package GWStd.DB.MySql
dotnet add package GWStd.DB.MySql
paket add GWStd.DB.MySql
GWStd.DB.MySql Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Logging.Abstractions(>= 5.0.0)
- MySql.Data(>= 8.0.22)
- Newtonsoft.Json(>= 12.0.3)
Use GWStd.DB.QueryBuilder to simplify Sql query building. Use MySqlCreator to create instances.