![]() |
VOOZH | about |
dotnet add package Zq.SQLBuilder --version 2.3.6
NuGet\Install-Package Zq.SQLBuilder -Version 2.3.6
<PackageReference Include="Zq.SQLBuilder" Version="2.3.6" />
<PackageVersion Include="Zq.SQLBuilder" Version="2.3.6" />Directory.Packages.props
<PackageReference Include="Zq.SQLBuilder" />Project file
paket add Zq.SQLBuilder --version 2.3.6
#r "nuget: Zq.SQLBuilder, 2.3.6"
#:package Zq.SQLBuilder@2.3.6
#addin nuget:?package=Zq.SQLBuilder&version=2.3.6Install as a Cake Addin
#tool nuget:?package=Zq.SQLBuilder&version=2.3.6Install as a Cake Tool
Expression表达式转换为SQL语句,支持SqlServer、MySql、Oracle、Sqlite、PostgreSql;基于Dapper实现了不同数据库对应的数据仓储Repository;
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net45 net45 is compatible. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
Showing the top 1 NuGet packages that depend on Zq.SQLBuilder:
| Package | Downloads |
|---|---|
|
Zq.SQLBuilder.Diagnostics
SqlBuilder的日志诊断订阅扩展类; |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.3.6 | 12,673 | 9/12/2022 |
| 2.3.5 | 12,515 | 5/15/2022 |
| 2.3.4 | 12,476 | 5/14/2022 |
| 2.3.3 | 12,423 | 5/7/2022 |
| 2.3.2 | 12,489 | 4/4/2022 |
| 2.3.1 | 12,451 | 3/29/2022 |
| 2.3.0 | 12,433 | 3/25/2022 |
| 2.2.9 | 12,468 | 3/24/2022 |
| 2.2.8 | 12,445 | 3/24/2022 |
| 2.2.7 | 12,441 | 3/21/2022 |
| 2.2.6 | 12,453 | 12/31/2021 |
| 2.2.5 | 12,321 | 12/30/2021 |
| 2.2.4 | 12,317 | 12/27/2021 |
| 2.2.3 | 12,580 | 11/20/2021 |
| 2.2.2 | 12,433 | 11/9/2021 |
| 2.2.1 | 12,413 | 10/17/2021 |
| 2.2.0 | 12,351 | 9/17/2021 |
| 2.1.9 | 12,482 | 7/10/2021 |
| 2.1.8 | 12,431 | 6/25/2021 |
| 2.1.7 | 12,422 | 6/23/2021 |
1.引入FastMember,替换原有的反射调用;
2.优化GetColumnInfo、GetPrimaryKey;
3.优化ToEntities、ToLists;
4.新增TryGetValue、TryGetOrAdd、ContainsKey、ToEntity字典扩展方法;
5.优化列信息获取,添加内存缓存;
6.支持Where表达式中HashSet写法解析;
7.升级nuget包;