DatabaseWrapper.SqlServer
4.1.3
Install-Package DatabaseWrapper.SqlServer -Version 4.1.3
dotnet add package DatabaseWrapper.SqlServer --version 4.1.3
<PackageReference Include="DatabaseWrapper.SqlServer" Version="4.1.3" />
paket add DatabaseWrapper.SqlServer --version 4.1.3
#r "nuget: DatabaseWrapper.SqlServer, 4.1.3"
// Install DatabaseWrapper.SqlServer as a Cake Addin
#addin nuget:?package=DatabaseWrapper.SqlServer&version=4.1.3
// Install DatabaseWrapper.SqlServer as a Cake Tool
#tool nuget:?package=DatabaseWrapper.SqlServer&version=4.1.3
Simple database wrapper for SQL Server written in C# supporting dynamic query building and nesting using expressions. Refer to other DatabaseWrapper packages for support for MySQL, Sqlite, and PostgreSQL.
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 |
.NET Core | netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETCoreApp 3.1
- DatabaseWrapper.Core (>= 4.1.3)
- System.Data.SqlClient (>= 4.8.3)
-
.NETFramework 4.6.1
- DatabaseWrapper.Core (>= 4.1.3)
- System.Data.SqlClient (>= 4.8.3)
-
.NETStandard 2.1
- DatabaseWrapper.Core (>= 4.1.3)
- System.Data.SqlClient (>= 4.8.3)
-
net5.0
- DatabaseWrapper.Core (>= 4.1.3)
- System.Data.SqlClient (>= 4.8.3)
-
net6.0
- DatabaseWrapper.Core (>= 4.1.3)
- System.Data.SqlClient (>= 4.8.3)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on DatabaseWrapper.SqlServer:
Package | Downloads |
---|---|
DatabaseWrapper
Simple database wrapper for Microsoft SQL Server, MySQL, PostgreSQL, and Sqlite. written in C# supporting dynamic query building and nesting using expressions. Refer to other DatabaseWrapper packages if you only need support for one database type. |
|
WatsonORM.SqlServer
WatsonORM is a lightweight and easy to use object-relational mapper (ORM) for SQL Server in C# for .NET Core, .NET Framework, and .NET Standard built on top of DatabaseWrapper. Refer to other WatsonORM packages if you need support for other database types. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.1.3 | 52 | 6/21/2022 |
4.1.2 | 166 | 5/27/2022 |
4.1.1 | 56 | 5/27/2022 |
4.0.0.1 | 800 | 12/31/2021 |
4.0.0 | 118 | 12/31/2021 |
3.3.2.3 | 145 | 12/22/2021 |
3.3.2.1 | 1,183 | 11/20/2021 |
3.3.2 | 609 | 11/19/2021 |
3.3.1.5 | 486 | 11/12/2021 |
3.3.1.4 | 4,379 | 6/7/2021 |
3.3.1.3 | 893 | 5/6/2021 |
3.3.1.2 | 481 | 4/27/2021 |
3.3.1.1 | 1,659 | 4/14/2021 |
3.3.1 | 262 | 4/14/2021 |
3.3.0 | 1,298 | 3/2/2021 |
3.2.2.17 | 1,557 | 2/9/2021 |
3.2.2.16 | 5,743 | 11/28/2020 |
3.2.2.15 | 419 | 11/26/2020 |
3.2.2.12 | 382 | 11/25/2020 |
3.2.2.11 | 693 | 11/24/2020 |
3.2.2.10 | 1,965 | 11/15/2020 |
3.2.2.9 | 732 | 11/10/2020 |
3.2.2.8 | 735 | 11/9/2020 |
3.2.2.6 | 5,038 | 10/15/2020 |
3.2.2.4 | 942 | 10/5/2020 |
3.2.2.3 | 603 | 10/5/2020 |
3.2.2.1 | 1,496 | 9/18/2020 |
3.2.2 | 597 | 9/18/2020 |
3.2.0.5 | 1,019 | 9/16/2020 |
3.2.0.4 | 827 | 9/16/2020 |
3.2.0.3 | 869 | 9/10/2020 |
3.2.0.2 | 2,441 | 9/8/2020 |
3.2.0.1 | 995 | 9/8/2020 |
3.2.0 | 16,250 | 7/10/2020 |
3.1.0.1 | 3,528 | 6/11/2020 |
3.1.0 | 14,595 | 6/11/2020 |
3.0.1.3 | 318 | 6/11/2020 |
3.0.1.1 | 2,462 | 6/4/2020 |
3.0.1 | 980 | 6/3/2020 |
3.0.0.2 | 4,611 | 5/20/2020 |
3.0.0 | 627 | 5/20/2020 |
Minor breaking changes, moved debug into settings