Expression表达式转换为SQL语句,支持SqlServer、MySql、Oracle、Sqlite、PostgreSql;基于Dapper实现了不同数据库对应的数据仓储Repository;.
Learn Dapper: https://www.learndapper.com/
Dapper Tutorial: https://dappertutorial.net/
Info
Version: | 2.3.6 |
Author(s): | 张强 |
Last Update: | Monday, September 12, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/zqlovejyc/SQLBuilder |
NuGet Url: | https://www.nuget.org/packages/Zq.SQLBuilder |
Install
Install-Package Zq.SQLBuilder
dotnet add package Zq.SQLBuilder
paket add Zq.SQLBuilder
Zq.SQLBuilder Download (Unzip the "nupkg" after downloading)
Dependencies
- Dapper(>= 1.50.2)
- FastExpressionCompiler(>= 2.0.0)
- MySqlConnector(>= 1.2.1)
- Npgsql(>= 4.0.11)
- Oracle.ManagedDataAccess(>= 19.10.1)
- Stub.System.Data.SQLite.Core.NetFramework(>= 1.0.113.3)
- System.Buffers(>= 4.5.1)
- System.Data.SQLite.Core(>= 1.0.113.7)
- System.Diagnostics.DiagnosticSource(>= 5.0.1)
- System.Memory(>= 4.5.4)
- System.Runtime.CompilerServices.Unsafe(>= 5.0.0)
- System.Threading.Tasks.Extensions(>= 4.5.4)
- System.ValueTuple(>= 4.5.0)
Tags