WatsonORM.Postgresql 2.1.3

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

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

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.

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 is compatible.  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 is compatible.  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 (1)

Showing the top 1 NuGet packages that depend on WatsonORM.Postgresql:

Package Downloads
WatsonORM

WatsonORM is a lightweight and easy to use object-relational mapper (ORM) in C# for .NET Core, .NET Framework, and .NET Standard built on top of DatabaseWrapper. WatsonORM supports Microsoft SQL Server, MySQL, PostgreSQL, and Sqlite databases. Refer to other WatsonORM packages if you only need support for a single database type.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.8 533 10/4/2023
3.0.6 265 9/30/2023
3.0.5 114 9/30/2023
3.0.3 675 8/29/2023
3.0.0 2,586 7/11/2023
2.1.3 1,527 2/14/2023
2.1.2 428 2/3/2023
2.1.0 2,816 10/25/2022
2.0.2.3 865 10/4/2022
2.0.1.2 1,879 9/22/2022
2.0.1.1 2,091 9/4/2022
2.0.1 2,036 6/21/2022
2.0.0.5 778 5/27/2022
2.0.0.1 1,669 1/3/2022
1.3.5.4 1,572 11/20/2021
1.3.5.3 859 11/12/2021
1.3.5.1 2,061 10/14/2021
1.3.5 3,522 6/16/2021
1.3.4 521 6/16/2021
1.3.3 541 6/15/2021
1.3.2 2,192 4/15/2021
1.3.1 1,435 3/2/2021
1.3.0.22 4,401 12/29/2020
1.3.0.21 2,479 11/28/2020
1.3.0.20 486 11/28/2020
1.3.0.19 3,566 11/15/2020
1.3.0.17 677 11/10/2020
1.3.0.16 640 11/9/2020
1.3.0.14 9,326 10/15/2020
1.3.0.13 763 10/6/2020
1.3.0.12 656 10/5/2020
1.3.0.10 711 9/19/2020
1.3.0.9 1,114 9/16/2020
1.3.0.8 773 9/16/2020
1.3.0.7 739 9/15/2020
1.3.0.3 3,862 9/8/2020
1.3.0.2 777 9/8/2020
1.3.0.1 937 9/8/2020
1.3.0 23,666 7/10/2020
1.2.3.1 1,959 6/19/2020
1.2.3 1,146 6/15/2020
1.2.2 695 6/15/2020
1.2.1 679 6/15/2020
1.2.0.4 410 6/15/2020
1.2.0.1 951 6/11/2020
1.2.0 26,201 6/11/2020
1.1.3 2,101 6/5/2020
1.1.2.1 792 6/4/2020
1.1.2 835 6/3/2020
1.1.1.1 1,536 5/28/2020
1.1.1 707 5/28/2020
1.1.0.7 2,001 5/22/2020
1.1.0.5 1,034 5/21/2020
1.1.0.3 1,053 5/21/2020

Minor breaking change in enum names due to dependency update