Skip to content

PrinceLunga/FluentMigrator

 
 

Repository files navigation

FluentMigrator

Fluent Migrator is a migration framework for .NET much like Ruby Migrations. Migrations are a structured way to alter your database schema and are an alternative to creating lots of sql scripts that have to be run manually by every developer involved. Migrations solve the problem of evolving a database schema for multiple databases (for example, the developer’s local database, the test database and the production database). Database schema changes are described in classes written in C# that can be checked into version control.

Project Info

Build Status

The build is generously hosted and run on the CodeBetter TeamCity infrastructure.
Latest build status:

Powered by

ReSharper

About

Fluent Migrations framework for .net [Apache]

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 96.8%
  • HTML 1.5%
  • XSLT 1.2%
  • Other 0.5%