Info
Version: | 1.1.2 |
Author(s): | Azrng |
Last Update: | Sunday, January 3, 2021 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Common.SqlSugar |
Install
Install-Package Common.SqlSugar
dotnet add package Common.SqlSugar
paket add Common.SqlSugar
Common.SqlSugar Download (Unzip the "nupkg" after downloading)
Dependencies
net5.0
- IdHelper(>= 1.4.1)
- Microsoft.Extensions.Options(>= 5.0.0)
- sqlSugarCore(>= 5.0.1.5)
- IdHelper(>= 1.4.1)
- Microsoft.Extensions.Options(>= 3.1.9)
- sqlSugarCore(>= 5.0.1.5)
services.AddSqlSugarService(() =>
{
return new BaseQueryConfig
{
ConnectionString = connection,
DbType = SqlSugar.DbType.MySql
};
});.