HoneyBear.FluentMigrator
1.6.2.12
dotnet add package HoneyBear.FluentMigrator --version 1.6.2.12
NuGet\Install-Package HoneyBear.FluentMigrator -Version 1.6.2.12
<PackageReference Include="HoneyBear.FluentMigrator" Version="1.6.2.12" />
paket add HoneyBear.FluentMigrator --version 1.6.2.12
#r "nuget: HoneyBear.FluentMigrator, 1.6.2.12"
// Install HoneyBear.FluentMigrator as a Cake Addin #addin nuget:?package=HoneyBear.FluentMigrator&version=1.6.2.12 // Install HoneyBear.FluentMigrator as a Cake Tool #tool nuget:?package=HoneyBear.FluentMigrator&version=1.6.2.12
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 Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.