FluentMigrator
FluentMigrator is a database migration framework for .NET written in C#. The basic idea is that you can create migrations which are simply classes that derive from the Migration base class and have a Migration attribute with a unique version number attached to them. Upon executing FluentMigrator, you tell it which version to migrate to and it will run all necessary migrations in order to bring your database up to that version. In addition to forward migration support, FluentMigrator also supports different ways to execute the migrations along with selective migrations called profiles and executing arbitrary SQL.
Total Downloads
49.3M
49,326,330
Published
Jan 21, 2026
Latest stable version
Install
.NET CLI
dotnet add package FluentMigrator --version 8.0.1
Package Manager Console
Install-Package FluentMigrator -Version 8.0.1
PackageReference
<PackageReference Include="FluentMigrator" Version="8.0.1" />
Frameworks
Dependencies
FluentMigrator.Abstractions
[8.0.1, )
.NETFramework4.8
Microsoft.Extensions.DependencyInjection
[8.0.0, )
.NETFramework4.8
Microsoft.Extensions.Options
[8.0.0, )
.NETFramework4.8
FluentMigrator.Abstractions
[8.0.1, )
.NETStandard2.0
Microsoft.Extensions.DependencyInjection
[8.0.0, )
.NETStandard2.0
Microsoft.Extensions.Options
[8.0.0, )
.NETStandard2.0