27,067
Downloads
641
Downloads of v 1.1.0.0
2013-05-05
Last update
Fluent Migrator
1.1.0.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, run the following command in the Package Manager Console
PM> Install-Package FluentMigrator
Owners
Authors
Dependencies
This package has no dependencies.
Version History
| Version | Downloads | Last updated |
|---|---|---|
| Fluent Migrator 1.1.0.0 | 641 | Sunday, May 05 2013 |
| Fluent Migrator 1.0.6.0 | 8584 | Monday, December 31 2012 |
| Fluent Migrator 1.0.5.0 | 3941 | Thursday, November 15 2012 |
| Fluent Migrator 1.0.4.0 | 1411 | Saturday, October 27 2012 |
| Fluent Migrator 1.0.3.0 | 4687 | Thursday, July 19 2012 |
| Fluent Migrator 1.0.2.0 | 2135 | Wednesday, April 25 2012 |
| Fluent Migrator 1.0.1.0 | 4121 | Monday, September 05 2011 |
| FluentMigrator 0.9.2.0 | 701 | Sunday, July 24 2011 |
| Fluent Migrator 0.9.1.0 | 238 | Sunday, July 24 2011 |
| FluentMigrator 0.9.0.0 | 608 | Friday, January 07 2011 |