HJMinimally.Repository.FreeSql
1.0.13.3
See the version list below for details.
dotnet add package HJMinimally.Repository.FreeSql --version 1.0.13.3
NuGet\Install-Package HJMinimally.Repository.FreeSql -Version 1.0.13.3
<PackageReference Include="HJMinimally.Repository.FreeSql" Version="1.0.13.3" />
paket add HJMinimally.Repository.FreeSql --version 1.0.13.3
#r "nuget: HJMinimally.Repository.FreeSql, 1.0.13.3"
// Install HJMinimally.Repository.FreeSql as a Cake Addin #addin nuget:?package=HJMinimally.Repository.FreeSql&version=1.0.13.3 // Install HJMinimally.Repository.FreeSql as a Cake Tool #tool nuget:?package=HJMinimally.Repository.FreeSql&version=1.0.13.3
1.0.0 基于FreeSql的底层数据仓储
1.0.1 修改BUG
1.0.2 更新FreeSql版本
1.0.3 增加执行存储过程
1.0.4 增加实体类,属性名大小写转换配置,否则postgressql会有问题
1.0.5 将属性名大小写转换配置修改为每一个DB一个转换配置。
增加FreeSql.Provider.PostgreSQL。
提高引用的FreeSql版本,从2.0.100提高到2.0.150
1.0.6 修复多线程使用事务时出现的bug
1.0.7 更新FreeSql版本到2.5.2
1.0.8 修改根据Sql查询集合、实体报错
1.0.9 修改分页方法BUG
1.0.10 开启Json映射
1.0.11 增加Debug.WriteLine
1.0.12 增加UseExitAutoDisposePool,自动释放应用池
1.0.13 InsertOrUpdate方法增加updateColumns参数
1.0.13.1 修复InsertOrUpdate方法BUG
1.0.13.2 将是否开启无参数化模式的参数修改为灵活配置
1.0.13.3 增加批量更新的同步和异步方法
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- FreeSql (>= 2.5.200)
- FreeSql.Extensions.JsonMap (>= 2.5.200)
- FreeSql.Provider.Oracle (>= 2.5.200)
- FreeSql.Provider.PostgreSQL (>= 2.5.200)
- HJMinimally.Utility (>= 1.1.4)
- IdleBus (>= 1.5.2)
- Microsoft.Extensions.Configuration (>= 5.0.0)
- Microsoft.Extensions.Configuration.Binder (>= 5.0.0)
- Microsoft.Extensions.DependencyInjection (>= 5.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.0 | 192 | 6/29/2023 |
1.0.13.3 | 481 | 6/29/2022 |
1.0.13.2 | 453 | 6/29/2022 |
1.0.13.1 | 332 | 1/10/2022 |
1.0.13 | 289 | 1/10/2022 |
1.0.12 | 361 | 8/6/2021 |
1.0.11 | 364 | 8/5/2021 |
1.0.10 | 421 | 7/29/2021 |
1.0.9 | 397 | 7/26/2021 |
1.0.8 | 377 | 7/23/2021 |
1.0.7 | 408 | 7/13/2021 |
1.0.6 | 390 | 3/11/2021 |
1.0.5 | 369 | 2/5/2021 |
1.0.4 | 414 | 12/21/2020 |
1.0.3 | 540 | 12/15/2020 |
1.0.2 | 421 | 11/25/2020 |
1.0.1 | 448 | 11/20/2020 |
1.0.0 | 454 | 11/19/2020 |
"DbConfig": [
{
"Name": "db1",
"Default": true, //默认数据库
"MasterConnetion": "Server=127.0.0.1;database=test;User Id=postgres;password=123456;",
"DbType": "PostgreSQL", //数据库类型: MySql, SqlServer, PostgreSQL, Oracle , Sqlite , OdbcOracle , OdbcSqlServer , OdbcMySql , OdbcPostgreSQL
"IsEncrypt": false, //连库字符串是否加密,可以不填,默认true
"MonitorCommand": true, //监听所有操作,可以不填,默认true
"Curd": true, //监听crud操作,输出sql,执行耗时,可以不填,默认true
"SlaveConnections": [ //从库,读写分离使用,可以不填支持一个【主库】多个【从库】,【从库】的查询策略为随机方式。
// "若某【从库】发生故障,将切换到其他可用【从库】,若已全部不可用则使用【主库】查询。",
// "出现故障【从库】被隔离起来间隔性的检查可用状态,以待恢复。",
{
"ConnectionString": "Server=127.0.0.1;database=test;User Id=postgres;password=123456;"
},
{
"ConnectionString": "Server=127.0.0.1;database=test;User Id=postgres;password=123456;"
}
]
}
]