- Notifications
You must be signed in to change notification settings - Fork685
Fluent migrations framework for .NET
License
fluentmigrator/fluentmigrator
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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.
3.0.0 is released and goes full "dependency injection".We also have a newdocumentation website!
Please read thechangelogor the upgrade guide for further information:2.x to 3.0.
Source | Status |
---|---|
NuGet (Releases) | |
MyGet (Prerelease) |
The releases are stored onnuget.orgwhile the CI builds are stored onMyGet.
Documentation | On our GitHub pages |
Discussions | |
Bug/Feature Tracking | |
Build server |
Tool | Consequences when not installed |
---|---|
Multilingual App Toolkit Editor | You're unable to create translations. |
Multilingual App Toolkit Extension (VS2017+) | You get a compilation warning and the changed translation doesn't get compiled. |


Along list of everyone that has contributed to FluentMigrator. Thanks for all the Pull Requests!
Please see our guide onhow to contribute
FluentMigrator has an actively developed and maintained ecosystem thanks to third party contributions. The following table summarizes some contributions (but are not endorsed):
GitHub/BitBucket | NuGet Package | Description |
---|---|---|
EasyMigrator | EasyMigrator.FluentMigrator | EasyMigrator allows you to specify database schema using simple POCOs with minimally attributed fields to represent columns. EasyMigrator's core can be adapted to sit on top of various migration libraries. |
FluentMigrator-Generator | FluentMigrator.Generator | Adds a command to the package manager console to generate migrations for FluentMigrator. |
AspNetBoilerplate | Abp.FluentMigrator | Adds fluent extensions specific to the entity model used by the ASP.NET Boilerplate architecture |
About
Fluent migrations framework for .NET
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.