dbup-postgresql
5.0.8
dotnet add package dbup-postgresql --version 5.0.8
NuGet\Install-Package dbup-postgresql -Version 5.0.8
<PackageReference Include="dbup-postgresql" Version="5.0.8" />
paket add dbup-postgresql --version 5.0.8
#r "nuget: dbup-postgresql, 5.0.8"
// Install dbup-postgresql as a Cake Addin
#addin nuget:?package=dbup-postgresql&version=5.0.8
// Install dbup-postgresql as a Cake Tool
#tool nuget:?package=dbup-postgresql&version=5.0.8
DbUp makes it easy to deploy and upgrade SQL Server databases. This package adds PostgreSQL support.
Product | Versions 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. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.3 is compatible. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net46 was computed. net461 was computed. net462 is compatible. 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 | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
NuGet packages (16)
Showing the top 5 NuGet packages that depend on dbup-postgresql:
Package | Downloads |
---|---|
EventFlow.PostgreSql
POSTGRESQL support for EventFlow |
|
dbup-cockroachdb
DbUp makes it easy to deploy and upgrade SQL Server databases. This package adds CockroachDb support. |
|
PockyBot.NET
Package Description |
|
EBK.Core.BuildingBlocks
Package Description |
|
Quipment.CommonSupport
Common supported features for quick development. |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on dbup-postgresql:
Repository | Stars |
---|---|
eventflow/EventFlow
Async/await first CQRS+ES and DDD framework for .NET
|
|
loresoft/EntityFrameworkCore.Generator
Generator Entity Framework Core source code models
|
|
landmarkhw/Dapper.GraphQL
A .NET Core library designed to integrate the Dapper and graphql-dotnet projects with ease-of-use in mind and performance as the primary concern.
|
|
newbe36524/Newbe.Claptrap
This is a frameworks with reactive, event sourcing and Actor pattern as basic theories. On top of this, developers can create "distributed", "scale out", and "easy to test" application more simply. Claptrap and it`s Minions is on the way.
|
Version | Downloads | Last updated |
---|---|---|
5.0.8 | 375,148 | 11/24/2022 |
4.6.3 | 923,733 | 5/10/2022 |
4.6.0 | 25,863 | 5/5/2022 |
4.5.0 | 1,753,896 | 11/20/2020 |
4.4.0 | 376,681 | 6/17/2020 |
4.3.0 | 476,929 | 11/26/2019 |
4.2.0 | 543,582 | 11/15/2018 |
4.1.1 | 2,853 | 11/7/2018 |
4.1.0 | 468,859 | 4/26/2018 |
4.0.1 | 1,281 | 4/24/2018 |
4.0.0 | 33,320 | 4/15/2018 |
4.0.0-beta0005 | 2,083 | 3/17/2018 |
4.0.0-beta0004 | 7,799 | 2/27/2018 |
4.0.0-beta0003 | 30,530 | 2/18/2018 |
4.0.0-beta0002 | 1,404 | 9/12/2017 |
3.3.5 | 54,523 | 8/5/2016 |
3.3.4 | 9,763 | 4/6/2016 |
3.3.3 | 1,046 | 4/4/2016 |
3.3.2 | 4,715 | 2/2/2016 |
3.3.1 | 1,050 | 2/1/2016 |
3.3.0 | 1,440 | 9/16/2015 |
3.2.1 | 1,885 | 11/23/2014 |
3.2.0 | 1,252 | 11/22/2014 |
3.1.2 | 1,153 | 10/22/2014 |
3.1.1 | 1,149 | 10/21/2014 |
3.1.0 | 1,908 | 10/20/2014 |
DbUp PostgreSQL version 5.0
=============================
Breaking Changes:
- Remove Unsupported Target Frameworks (PR #655 - https://github.com/DbUp/DbUp/pull/665)
- Removed .NET Framework 3.5 and .NET Framework 4.5
- Added .NET Framework 4.6.2
Fixes / Changes:
- NuGet packages were improved with Source Link and deterministic builds (PR #624 - https://github.com/DbUp/DbUp/pull/624)