DatabaseWrapper.Core 4.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package DatabaseWrapper.Core --version 4.1.1
NuGet\Install-Package DatabaseWrapper.Core -Version 4.1.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DatabaseWrapper.Core" Version="4.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DatabaseWrapper.Core --version 4.1.1
#r "nuget: DatabaseWrapper.Core, 4.1.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DatabaseWrapper.Core as a Cake Addin
#addin nuget:?package=DatabaseWrapper.Core&version=4.1.1

// Install DatabaseWrapper.Core as a Cake Tool
#tool nuget:?package=DatabaseWrapper.Core&version=4.1.1

Do not install this package directly.  Core classes for DatabaseWrapper packages.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  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 netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.1 is compatible. 
.NET Framework net461 is compatible.  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 tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on DatabaseWrapper.Core:

Package Downloads
DatabaseWrapper.Sqlite

Simple database wrapper for Sqlite written in C# supporting dynamic query building and nesting using expressions. Refer to other DatabaseWrapper packages for support for SQL Server, MySQL, and PostgreSQL.

DatabaseWrapper.Mysql

Simple database wrapper for MySQL written in C# supporting dynamic query building and nesting using expressions. Refer to other DatabaseWrapper packages for support for SQL Server, Sqlite, and PostgreSQL.

DatabaseWrapper.SqlServer

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.

DatabaseWrapper.Postgresql

Simple database wrapper for Postgresql written in C# supporting dynamic query building and nesting using expressions. Refer to other DatabaseWrapper packages for support for SQL Server, Sqlite, and MySQL.

WatsonORM.Core

Do not install this package directly. Core classes and static methods supporting WatsonORM packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.0.6 2,545 10/4/2023
6.0.5 3,579 8/29/2023
6.0.4 5,861 7/11/2023
6.0.3 152 7/11/2023
6.0.2 1,226 7/11/2023
6.0.1 141 7/11/2023
6.0.0 150 7/11/2023
5.0.3 386 2/2/2023
5.0.2 5,057 2/2/2023
5.0.1 1,102 2/2/2023
5.0.0 6,472 10/25/2022
4.1.5 11,288 8/29/2022
4.1.3 6,304 6/21/2022
4.1.1 7,097 5/27/2022
4.1.0 412 5/27/2022
4.0.0.1 6,612 12/31/2021
4.0.0 1,778 12/31/2021
3.3.1.8 2,176 12/22/2021
3.3.1.7 5,146 11/19/2021
3.3.1.6 761 11/19/2021
3.3.1.5 5,266 11/12/2021
3.3.1.3 5,703 6/7/2021
3.3.1.2 1,715 4/27/2021
3.3.1.1 10,244 4/14/2021
3.3.1 360 4/14/2021
3.2.2.10 17,280 11/15/2020
3.2.0.6 45,338 10/15/2020
3.2.0.5 12,855 9/18/2020
3.1.0.2 20,119 9/8/2020
3.1.0.1 37,792 6/11/2020
3.1.0 48,398 6/11/2020
3.0.1.3 1,595 6/11/2020
3.0.1.1 7,588 6/4/2020
3.0.1 6,864 6/3/2020
3.0.0.2 14,324 5/20/2020
3.0.0.1 2,820 5/20/2020
3.0.0 510 5/20/2020

Minor breaking changes; move debug into database settings.