HoneyBear.FluentMigrator NuGet Package

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.




Got any HoneyBear.FluentMigrator Question?





Info

Version: 1.6.2.12
Author(s): Josh Coffman, Tom Marien, Eoin O'Connor
Last Update: Friday, September 2, 2016
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/eoin55/fluentmigrator
NuGet Url: https://www.nuget.org/packages/HoneyBear.FluentMigrator


Install
Install-Package HoneyBear.FluentMigrator
dotnet add package HoneyBear.FluentMigrator
paket add HoneyBear.FluentMigrator
HoneyBear.FluentMigrator Download (Unzip the "nupkg" after downloading)





STATS

must-have-score

avg-downloads-per-day

3

days-since-last-release

2798