Prius.PostgreSql 2.2.2

dotnet add package Prius.PostgreSql --version 2.2.2
                    
NuGet\Install-Package Prius.PostgreSql -Version 2.2.2
                    
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="Prius.PostgreSql" Version="2.2.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Prius.PostgreSql" Version="2.2.2" />
                    
Directory.Packages.props
<PackageReference Include="Prius.PostgreSql" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Prius.PostgreSql --version 2.2.2
                    
#r "nuget: Prius.PostgreSql, 2.2.2"
                    
#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.
#addin nuget:?package=Prius.PostgreSql&version=2.2.2
                    
Install Prius.PostgreSql as a Cake Addin
#tool nuget:?package=Prius.PostgreSql&version=2.2.2
                    
Install Prius.PostgreSql as a Cake Tool

Configure databases in Prius ORM to connect to PostgreSQL databases. Defines the server type 'PostgreSql' that you can use in your Prius ORM configuration file.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.2.2 689 1/15/2020
2.2.0 524 12/18/2019
2.1.2 544 12/12/2019
2.1.1 558 12/12/2019
2.1.0 539 12/11/2019
2.1.0-alpha2 386 12/10/2019
2.1.0-alpha 375 12/5/2019
2.0.6 1,107 7/11/2018
2.0.5 1,095 2/1/2018
2.0.4 985 9/12/2017
2.0.1 1,367 2/9/2017
2.0.1-alpha 845 2/9/2017
2.0.0-alpha 843 2/3/2017

Use with Prius ORM with the same version number