26,364

Downloads

238

Downloads of v 0.9.1.0

2011-07-24

Last update

This is not the latest version of Fluent Migrator available.

Fluent Migrator

0.9.1.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 -Version 0.9.1.0

Owners

Authors

Dependencies

This package has no dependencies.

Version History

Version Downloads Last updated
Fluent Migrator 1.0.6.0 8231 Monday, December 31 2012
Fluent Migrator 1.0.5.0 3870 Thursday, November 15 2012
Fluent Migrator 1.0.4.0 1410 Saturday, October 27 2012
Fluent Migrator 1.0.3.0 4635 Thursday, July 19 2012
Fluent Migrator 1.0.2.0 2122 Wednesday, April 25 2012
Fluent Migrator 1.0.1.0 4099 Monday, September 05 2011
FluentMigrator 0.9.2.0 696 Sunday, July 24 2011
Fluent Migrator 0.9.1.0 238 Sunday, July 24 2011
FluentMigrator 0.9.0.0 607 Friday, January 07 2011