FluentMigrator.Runner.Postgres
3.3.2
Requires NuGet 3.5 or higher.
dotnet add package FluentMigrator.Runner.Postgres --version 3.3.2
NuGet\Install-Package FluentMigrator.Runner.Postgres -Version 3.3.2
<PackageReference Include="FluentMigrator.Runner.Postgres" Version="3.3.2" />
paket add FluentMigrator.Runner.Postgres --version 3.3.2
#r "nuget: FluentMigrator.Runner.Postgres, 3.3.2"
// Install FluentMigrator.Runner.Postgres as a Cake Addin
#addin nuget:?package=FluentMigrator.Runner.Postgres&version=3.3.2
// Install FluentMigrator.Runner.Postgres as a Cake Tool
#tool nuget:?package=FluentMigrator.Runner.Postgres&version=3.3.2
FluentMigrator is a database migration framework for .NET written in C#. The basic idea is that you can create migrations which are simply classes that derive from the Migration base class and have a Migration attribute with a unique version number attached to them. Upon executing FluentMigrator, you tell it which version to migrate to and it will run all necessary migrations in order to bring your database up to that version. In addition to forward migration support, FluentMigrator also supports different ways to execute the migrations along with selective migrations called profiles and executing arbitrary SQL.
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 net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.6.1
- FluentMigrator.Extensions.Postgres (>= 3.3.2)
- FluentMigrator.Runner.Core (>= 3.3.2)
-
.NETStandard 2.0
- FluentMigrator.Extensions.Postgres (>= 3.3.2)
- FluentMigrator.Runner.Core (>= 3.3.2)
NuGet packages (8)
Showing the top 5 NuGet packages that depend on FluentMigrator.Runner.Postgres:
Package | Downloads |
---|---|
FluentMigrator.Runner
FluentMigrator is a database migration framework for .NET written in C#. The basic idea is that you can create migrations which are simply classes that derive from the Migration base class and have a Migration attribute with a unique version number attached to them. Upon executing FluentMigrator, you tell it which version to migrate to and it will run all necessary migrations in order to bring your database up to that version. In addition to forward migration support, FluentMigrator also supports different ways to execute the migrations along with selective migrations called profiles and executing arbitrary SQL. |
|
FluentDbTools.Migration.Abstractions
FluentDbTools provides a fluent SQL abstraction layer for creating database connections, building sql queries and migrating your database. |
|
TicketFlow.Common
Package Description |
|
MCore.API
Package Description |
|
eShopCloudNative.Architecture.Bootstrap
Package Description |
GitHub repositories (7)
Showing the top 5 popular GitHub repositories that depend on FluentMigrator.Runner.Postgres:
Repository | Stars |
---|---|
Prowlarr/Prowlarr
|
|
mehdihadeli/ecommerce-microservices
🛍️ A practical microservices, built with .Net 7, Domain-Driven Design, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.
|
|
itlibrium/DDD-starter-dotnet
Sample implementation and comparison of various approaches to building DDD applications. Useful as a baseline to quickly start a DDD dot net project.
|
|
Whisparr/Whisparr
|
|
sunengine/SunEngine
SunEngine – site engine with blog, forum and articles sections features support.
|
Version | Downloads | Last updated |
---|---|---|
3.3.2 | 1,846,860 | 1/14/2022 |
3.3.1 | 878,398 | 9/21/2021 |
3.3.0 | 170,236 | 8/26/2021 |
3.2.17 | 605,389 | 6/17/2021 |
3.2.16 | 216,862 | 5/19/2021 |
3.2.15 | 859,078 | 2/19/2021 |
3.2.14 | 719 | 2/19/2021 |
3.2.11 | 279,179 | 1/9/2021 |
3.2.10 | 62,775 | 12/19/2020 |
3.2.9 | 1,383,826 | 8/25/2020 |
3.2.8 | 176,276 | 7/22/2020 |
3.2.7 | 520,008 | 6/8/2020 |
3.2.6 | 527,527 | 4/11/2020 |
3.2.1 | 2,165,801 | 4/16/2019 |
3.2.0 | 4,079 | 4/15/2019 |
3.1.3 | 985,630 | 6/25/2018 |
3.1.2 | 3,546 | 6/21/2018 |
3.1.1 | 17,289 | 6/11/2018 |
3.1.0 | 3,057 | 6/1/2018 |
3.0.0 | 50,580 | 5/7/2018 |
2.0.7 | 199,856 | 4/27/2018 |
2.0.6 | 13,468 | 4/24/2018 |
2.0.5 | 2,482 | 4/23/2018 |
2.0.4 | 1,218 | 4/23/2018 |
2.0.3 | 1,507 | 4/22/2018 |
2.0.2 | 88,477 | 4/17/2018 |
2.0.1 | 2,721 | 4/16/2018 |
2.0.0 | 4,637 | 4/15/2018 |
Use of standard dependency injection, configuration and logging libraries.
Simplification of in-process runner configuration and instantiation.
dotnet-fm is now a global .NET Core 2.1 tool.
Minimum .NET Framework version is 4.6.1.
Details: https://github.com/fluentmigrator/fluentmigrator/releases