DatabaseWrapper.Postgresql
4.1.3
Install-Package DatabaseWrapper.Postgresql -Version 4.1.3
dotnet add package DatabaseWrapper.Postgresql --version 4.1.3
<PackageReference Include="DatabaseWrapper.Postgresql" Version="4.1.3" />
paket add DatabaseWrapper.Postgresql --version 4.1.3
#r "nuget: DatabaseWrapper.Postgresql, 4.1.3"
// Install DatabaseWrapper.Postgresql as a Cake Addin
#addin nuget:?package=DatabaseWrapper.Postgresql&version=4.1.3
// Install DatabaseWrapper.Postgresql as a Cake Tool
#tool nuget:?package=DatabaseWrapper.Postgresql&version=4.1.3
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 | 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)
- Npgsql (>= 6.0.5)
-
.NETFramework 4.6.1
- DatabaseWrapper.Core (>= 4.1.3)
- Npgsql (>= 6.0.5)
-
.NETStandard 2.1
- DatabaseWrapper.Core (>= 4.1.3)
- Npgsql (>= 6.0.5)
-
net5.0
- DatabaseWrapper.Core (>= 4.1.3)
- Npgsql (>= 6.0.5)
-
net6.0
- DatabaseWrapper.Core (>= 4.1.3)
- Npgsql (>= 6.0.5)
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 |
---|---|---|
4.1.3 | 181 | 6/21/2022 |
4.1.2 | 215 | 5/27/2022 |
4.1.1 | 59 | 5/27/2022 |
4.0.0.1 | 1,025 | 12/31/2021 |
4.0.0 | 138 | 12/31/2021 |
3.3.2.3 | 150 | 12/22/2021 |
3.3.2.2 | 105 | 12/22/2021 |
3.3.2.1 | 1,262 | 11/20/2021 |
3.3.2 | 608 | 11/19/2021 |
3.3.1.5 | 517 | 11/12/2021 |
3.3.1.2 | 4,454 | 6/7/2021 |
3.3.1.1 | 2,757 | 4/14/2021 |
3.3.1 | 251 | 4/14/2021 |
3.3.0 | 1,407 | 3/2/2021 |
3.2.2.16 | 7,174 | 11/28/2020 |
3.2.2.15 | 432 | 11/26/2020 |
3.2.2.12 | 396 | 11/25/2020 |
3.2.2.11 | 426 | 11/24/2020 |
3.2.2.10 | 2,279 | 11/15/2020 |
3.2.2.9 | 730 | 11/10/2020 |
3.2.2.8 | 740 | 11/9/2020 |
3.2.2.6 | 5,194 | 10/15/2020 |
3.2.2.3 | 1,266 | 10/5/2020 |
3.2.2.2 | 906 | 9/18/2020 |
3.2.2.1 | 631 | 9/18/2020 |
3.2.2 | 935 | 9/18/2020 |
3.2.0.4 | 1,025 | 9/16/2020 |
3.2.0.3 | 814 | 9/16/2020 |
3.2.0.2 | 3,118 | 9/8/2020 |
3.2.0.1 | 997 | 9/8/2020 |
3.2.0 | 16,560 | 7/10/2020 |
3.1.0.1 | 3,513 | 6/11/2020 |
3.1.0 | 15,122 | 6/11/2020 |
3.0.1.3 | 297 | 6/11/2020 |
3.0.1.1 | 2,527 | 6/4/2020 |
3.0.1 | 998 | 6/3/2020 |
3.0.0.3 | 3,172 | 5/21/2020 |
3.0.0.2 | 1,728 | 5/20/2020 |
3.0.0 | 638 | 5/20/2020 |
Minor breaking changes, moved debug into settings