Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fluent migrations framework for .NET

License

NotificationsYou must be signed in to change notification settings

fluentmigrator/fluentmigrator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Packages

Package SourceStatusSource Code Tree
NuGet (Releases)NuGetmain
Azure Artifacts (Prerelease)Azure Artifactsdevelop

The releases are stored onnuget.orgwhile the CI builds are stored onAzure Artifacts.

⚠️ The badge for the Azure Artifacts feed won't display prereleases.We're looking into this.

News

  • 7.1.0
    • support for .NET 9, bug fixes, remove more obsolete code
  • 7.0.0
    • removed net6.0 and net7.0 support
    • TestContainers for integration tests to improve stability. Thanks @PhenX!
  • 6.2.0
    • supports .NET 6, .NET 7, and .NET 8.
  • 6.0.0 milestones
    • removing a lot of[Obsolete] code. Very little user impact should be seen, other than updating custom VersionTableMetadata to configure CreateWithPrimaryKey setting.
  • 5.2.0 milestones
    • make TypeMap injectable
  • 5.0.0 milestones

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

There should not be a whole lot to do to upgrade from 3.0 to 5.0. As questions arise, we will consider adding a specific guide.

Project Info

DocumentationOn our GitHub pages
DiscussionsGitHub Discussions
Bug/Feature TrackingGitHub issues
Build server (Releases)AzureDevOps

Optional Prerequisites

ToolConsequences when not installed
Multilingual App Toolkit EditorYou're unable to create translations.
Multilingual App Toolkit Extension (VS2017+)You get a compilation warning and the changed translation doesn't get compiled.

Powered by

JetBrainsReSharper

Azure DevOps

Contributors

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

Contributing

Please see our guide onhow to contribute

Third Party Contributions / FluentMigrator Ecosystem

FluentMigrator has an actively developed and maintained ecosystem thanks to third party contributions. The following table summarizes some contributions (but are not endorsed):

GitHub/BitBucketNuGet PackageDescription
EasyMigratorEasyMigrator.FluentMigratorEasyMigrator 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-GeneratorFluentMigrator.GeneratorAdds a command to the package manager console to generate migrations for FluentMigrator.
AspNetBoilerplateAbp.FluentMigratorAdds fluent extensions specific to the entity model used by the ASP.NET Boilerplate architecture
Alt.FluentMigrator.VStudioAlt.FluentMigrator.VStudioAdds set of commands for Package Manager console:
- Add-FluentMigration
- Update-FluentDatabase
- Rollback-FluentDatabase
FAKE.FluentMigratorFAKE.FluentMigratorFluentMigrator is a .NET library which helps to version database schema using incremental migrations which are described in C#. The basic idea of the FAKE helper is to run FluentMigrator over the existing database using compiled assembly with migrations.

[8]ページ先頭

©2009-2025 Movatter.jp