Skip to content

ShamsulAmry/fluentmigrator

 
 

Repository files navigation

FluentMigrator (License)

Fluent Migrator is a migration framework for .NET much like Ruby on Rails 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 a version control system.

News

3.0.0 is released and goes full "dependency injection". We also have a new documentation website!

Please read the changelog or the upgrade guide for further information: 2.x to 3.0.

Packages

Source Status
NuGet (Releases) NuGet
MyGet (Prerelease) MyGet

The releases are stored on nuget.org while the CI builds are stored on MyGet.

Project Info

Documentation On our GitHub pages
Discussions Gitter
Bug/Feature Tracking GitHub issues
Build server Travis

Powered by

JetBrains ReSharper

Travis CI

Contributors

A long list of everyone that has contributed to FluentMigrator. Thanks for all the Pull Requests!

About

Fluent migrations framework for .NET

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%