Common.SqlSugar NuGet Package

只连接sqlsugar数据库
services.AddSqlSugarService(() =>
{
return new BaseQueryConfig
{
ConnectionString = connection,
DbType = SqlSugar.DbType.MySql
};
});.




Got any Common.SqlSugar Question?





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)

net5.0 netstandard2.1




STATS

must-have-score

.5

avg-downloads-per-day

0

days-since-last-release

1258