Sign in Sign up
nuget

Common.SqlSugarQuery

sqlsugar和EFcore读写分离 1.services.AddDbContext<OpenDbContext>(options => options.UseMySql(Configuration["ConnectionStrings:MySQL"])); 2. services.AddSqlSugarService(() => { return new BaseQueryConfig { ConnectionString = Configuration["ConnectionStrings:MySQL"], DbType = SqlSugar.DbType.MySql }; });

nuget View on Nuget

Activity

Latest release
4y ago
Total releases
7
Cadence
~9 days
Last 12 months
0

Details

First release
Oct 10, 2020
Releases
Version Released
1.2.1-beta1 pre
1.1.2 patch
1.1.1 patch
1.1.0 minor
1.0.2 patch
1.0.1 patch
1.0.0 initial