FluentMigrator is a migration framework for the .NET platform that lets you easily create migration-steps that fit very nicely into an automated deployment scenario.
FluentMigrator is a migration framework that let's you easily create migrations that fit very nicely into an automated deployment scenario.
The framework allows for forwards and backwards migration using a Fluent API that makes it easy to chain together updates for a database schema.
Additionally Fluent Migrator exposes several Runners to let you run the migrations, including nAnt, MSBuild or Rake (using the Albacore tasks which extends the built-in tasks for Rake)