FluentMigrator.Extensions.Postgres
3.2.17
See the version list below for details.
Requires NuGet 3.5 or higher.
dotnet add package FluentMigrator.Extensions.Postgres --version 3.2.17
NuGet\Install-Package FluentMigrator.Extensions.Postgres -Version 3.2.17
<PackageReference Include="FluentMigrator.Extensions.Postgres" Version="3.2.17" />
paket add FluentMigrator.Extensions.Postgres --version 3.2.17
#r "nuget: FluentMigrator.Extensions.Postgres, 3.2.17"
// Install FluentMigrator.Extensions.Postgres as a Cake Addin
#addin nuget:?package=FluentMigrator.Extensions.Postgres&version=3.2.17
// Install FluentMigrator.Extensions.Postgres as a Cake Tool
#tool nuget:?package=FluentMigrator.Extensions.Postgres&version=3.2.17
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.Abstractions (>= 3.2.17)
-
.NETStandard 2.0
- FluentMigrator.Abstractions (>= 3.2.17)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on FluentMigrator.Extensions.Postgres:
Package | Downloads |
---|---|
FluentMigrator.Runner.Postgres
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. |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on FluentMigrator.Extensions.Postgres:
Repository | Stars |
---|---|
mehdihadeli/ecommerce-microservices
🛍️ A practical e-commerce microservices, built with .Net 7, Domain-Driven Design, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.
|
|
mehdihadeli/ecommerce-modular-monolith
🪣 A practical e-commerce modular monolith, built with .Net 7, Domain-Driven Design, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.
|
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