DatabaseWrapper.Postgresql 3.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package DatabaseWrapper.Postgresql --version 3.1.0
NuGet\Install-Package DatabaseWrapper.Postgresql -Version 3.1.0
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.Postgresql" Version="3.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DatabaseWrapper.Postgresql --version 3.1.0
#r "nuget: DatabaseWrapper.Postgresql, 3.1.0"
#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.Postgresql as a Cake Addin
#addin nuget:?package=DatabaseWrapper.Postgresql&version=3.1.0

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

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.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 was computed. 
.NET Standard netstandard2.1 is compatible. 
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 (2)

Showing the top 2 NuGet packages that depend on DatabaseWrapper.Postgresql:

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.Postgresql

WatsonORM is a lightweight and easy to use object-relational mapper (ORM) for PostgreSQL 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
6.0.6 1,307 10/4/2023
6.0.5 1,738 8/29/2023
6.0.3 3,514 7/11/2023
6.0.2 830 7/11/2023
6.0.1 775 7/11/2023
6.0.0 773 7/11/2023
5.0.5 1,664 2/13/2023
5.0.2 1,917 2/2/2023
5.0.1 289 2/2/2023
5.0.0 3,928 10/25/2022
4.1.5 5,888 8/29/2022
4.1.3 3,110 6/21/2022
4.1.2 1,898 5/27/2022
4.1.1 428 5/27/2022
4.0.0.1 3,098 12/31/2021
4.0.0 978 12/31/2021
3.3.2.3 1,135 12/22/2021
3.3.2.2 286 12/22/2021
3.3.2.1 2,503 11/20/2021
3.3.2 1,557 11/19/2021
3.3.1.5 1,651 11/12/2021
3.3.1.2 5,401 6/7/2021
3.3.1.1 5,055 4/14/2021
3.3.1 1,203 4/14/2021
3.3.0 2,533 3/2/2021
3.2.2.16 10,723 11/28/2020
3.2.2.15 1,329 11/26/2020
3.2.2.12 1,378 11/25/2020
3.2.2.11 1,381 11/24/2020
3.2.2.10 5,760 11/15/2020
3.2.2.9 2,008 11/10/2020
3.2.2.8 1,992 11/9/2020
3.2.2.6 11,158 10/15/2020
3.2.2.3 3,496 10/5/2020
3.2.2.2 2,204 9/18/2020
3.2.2.1 1,667 9/18/2020
3.2.2 2,673 9/18/2020
3.2.0.4 2,553 9/16/2020
3.2.0.3 2,140 9/16/2020
3.2.0.2 6,778 9/8/2020
3.2.0.1 2,359 9/8/2020
3.2.0 26,073 7/10/2020
3.1.0.1 6,243 6/11/2020
3.1.0 27,608 6/11/2020
3.0.1.3 491 6/11/2020
3.0.1.1 4,847 6/4/2020
3.0.1 2,288 6/3/2020
3.0.0.3 4,493 5/21/2020
3.0.0.2 3,933 5/20/2020
3.0.0 1,668 5/20/2020

Breaking changes, removal of .NET Framework, upgrade to .NET standard 2.1, DatabaseSettings class, new constructors