Fluent Migrator Tools
1.0.2.0
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.
To install Fluent Migrator Tools, run the following command in the Package Manager Console
PM> Install-Package FluentMigrator.Tools
Owners
Authors
Dependencies
FluentMigrator.Tools 1.0.2.0 does not have any dependencies
Version History
| Version | Downloads | Last updated |
|---|---|---|
| Fluent Migrator Tools 1.0.2.0 | 195 | Wednesday, April 25, 2012 |
| Fluent Migrator Tools 1.0.1.0 | 1532 | Monday, September 05, 2011 |