Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Migrate | 12,321 | 815 | 4 days ago | 132 | June 11, 2023 | 297 | other | Go | ||
Database migrations. CLI and Golang library. | ||||||||||
Flyway | 7,398 | 4,044 | 551 | a day ago | 192 | July 27, 2023 | 143 | apache-2.0 | Java | |
Flyway by Redgate • Database Migrations Made Easy. | ||||||||||
Pgloader | 4,693 | 21 days ago | 1 | February 27, 2018 | 336 | other | Common Lisp | |||
Migrate to PostgreSQL in a single command! | ||||||||||
Phinx | 4,409 | 3,494 | 437 | 13 hours ago | 90 | January 07, 2023 | 143 | mit | PHP | |
PHP Database Migrations for Everyone | ||||||||||
Goose | 4,399 | 65 | 138 | 4 days ago | 60 | July 26, 2023 | 64 | other | Go | |
A database migration tool. Supports SQL migrations and Go functions. | ||||||||||
Dbmate | 3,837 | 5 | 4 days ago | 37 | June 23, 2023 | 24 | mit | Go | ||
:rocket: A lightweight, framework-agnostic database migration tool. | ||||||||||
Simplebank | 3,267 | 3 | 3 days ago | 6 | April 11, 2021 | 5 | mit | Go | ||
Backend master class: build a simple bank service in Go | ||||||||||
Fluentmigrator | 2,998 | 548 | 163 | a day ago | 52 | January 14, 2022 | 224 | apache-2.0 | C# | |
Fluent migrations framework for .NET | ||||||||||
Express Typescript Boilerplate | 2,946 | 5 months ago | 94 | mit | TypeScript | |||||
A delightful way to building a RESTful API with NodeJs & TypeScript by @w3tecch | ||||||||||
Nyaa | 2,861 | 2 years ago | 61 | gpl-3.0 | Python | |||||
Bittorrent software for cats |
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 new documentation website!
Please read the changelog or the upgrade guide for further information: 2.x to 3.0.
Package Source | Status | Source Code Tree |
---|---|---|
NuGet (Releases) | master | |
Azure Artifacts (Prerelease) | develop |
The releases are stored on nuget.org while the CI builds are stored on Azure Artifacts.
⚠️ The badge for the Azure Artifacts feed won't display prereleases. We're looking into this. We've recently migrated from MyGet to Azure Artifacts, ref this notice.
Documentation | On our GitHub pages |
Discussions | |
Bug/Feature Tracking | |
Build server (new) |
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. |
A long list of everyone that has contributed to FluentMigrator. Thanks for all the Pull Requests!
Please see our guide on how 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 |
Alt.FluentMigrator.VStudio | Alt.FluentMigrator.VStudio | Adds set of commands for Package Manager console: - Add-FluentMigration - Update-FluentDatabase - Rollback-FluentDatabase |
FAKE.FluentMigrator | FAKE.FluentMigrator | FluentMigrator 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. |