GenericSqlBuilder 1.2.0
dotnet add package GenericSqlBuilder --version 1.2.0
NuGet\Install-Package GenericSqlBuilder -Version 1.2.0
<PackageReference Include="GenericSqlBuilder" Version="1.2.0" />
paket add GenericSqlBuilder --version 1.2.0
#r "nuget: GenericSqlBuilder, 1.2.0"
// Install GenericSqlBuilder as a Cake Addin
#addin nuget:?package=GenericSqlBuilder&version=1.2.0
// Install GenericSqlBuilder as a Cake Tool
#tool nuget:?package=GenericSqlBuilder&version=1.2.0
Generic Sql Builder
What is it?
Great question. Generic Sql Builder is a sql generation tool designed in a fluent way to allow devs to create sql queries quickly, but as bare metal as possible. I like to use this library to quickly write sql queries or even more advanced statements along with dapper, which is my ORM of choice.
I made this to serve the purpose of making native sql code a little bit easier to maintain over time and sligly more dynamic without sacrificing granular control over your queries.
Usage examples:
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.1 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.1
- PeanutButter.Utils (>= 2.0.36)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Added ignore for inserts.