FluentMigrator
1.2.1
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.
See the version list below for details.
Install-Package FluentMigrator -Version 1.2.1
dotnet add package FluentMigrator --version 1.2.1
<PackageReference Include="FluentMigrator" Version="1.2.1" />
paket add FluentMigrator --version 1.2.1
Release Notes
Pleased to announce that FluentMigrator.Runner package is now made available by core team, thanks to package owners to add us as owner ! This should greatly improve discoverability of Sql server specific extensions.
Improvements & Features:
Split Fluentmigrator runner assembly into a new FluentMigrator.Runner package @jrolstad
Added 'GO' statements to file output when targeting Ms SQL Server @cliechty
SQLite namespace mismatch @tommarien
Support multi-statement scripts in Oracle Db @AndreyUtka
Profiles are now found in alphabetical order, allows arbitrary ordering @jochenvangasse
Bug fixes:
Profile does not get executed when a non-zero version parameter is specified @rogersillito
Dependencies
This package has no dependencies.
Used By
NuGet packages (85)
Showing the top 5 NuGet packages that depend on FluentMigrator:
Package | Downloads |
---|---|
FluentMigrator.Runner
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.
|
|
BetterCms.Core
Core functionality of the publishing focused and developer friendly .NET Open source CMS.
|
|
PeanutButter.FluentMigrator
A generic Migrations Runner for FluentMigrator so you can run in migrations within your application.
|
|
Naos.Deployment.Core
Created on 2020-08-06 23:22
|
|
EmailSpooler.Win32Service.DB
Use this project to pull in the three required Fluent Migrations to make your database able to store emails
that the PeanutButter.EmailSpooler.Win32Service service can spool for you. You will need to inherit from the following
migrations and add those inherited versions to your migration strategy:
* Migration_1_CreateEmail
* Migration_2_CreateEmailRecipient
* Migration_3_CreateEmailAttachment
|
GitHub repositories (8)
Showing the top 5 popular GitHub repositories that depend on FluentMigrator:
Repository | Stars |
---|---|
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
|
|
nopSolutions/nopCommerce
The most popular open-source eCommerce shopping cart solution based on ASP.NET Core
|
|
bonesoul/CoiniumServ
Next-gen crypto currency mining pool software
|
|
devbridge/BetterCMS
A publishing focused and developer friendly .NET Open Source CMS.
|
|
lamondlu/CoolCat
A sample about how to create a dynamic plugins mechanism with ASP.NET Core Mvc at runtime. This sample is based on .NET Core 3.1 and .NET 5
|
Version History
Version | Downloads | Last updated |
---|---|---|
3.2.11 | 3,107 | 1/9/2021 |
3.2.10 | 9,421 | 12/19/2020 |
3.2.9 | 228,898 | 8/25/2020 |
3.2.8 | 54,284 | 7/22/2020 |
3.2.7 | 135,619 | 6/8/2020 |
3.2.6 | 237,250 | 4/11/2020 |
3.2.1 | 979,589 | 4/16/2019 |
3.2.0 | 4,605 | 4/15/2019 |
3.1.3 | 688,717 | 6/25/2018 |
3.1.2 | 7,465 | 6/21/2018 |
3.1.1 | 18,869 | 6/11/2018 |
3.1.0 | 6,661 | 6/1/2018 |
3.0.0 | 25,467 | 5/7/2018 |
2.0.7 | 110,830 | 4/27/2018 |
2.0.6 | 21,444 | 4/24/2018 |
2.0.5 | 4,330 | 4/23/2018 |
2.0.4 | 3,516 | 4/23/2018 |
2.0.3 | 3,948 | 4/22/2018 |
2.0.2 | 61,159 | 4/17/2018 |
2.0.1 | 4,891 | 4/16/2018 |
2.0.0 | 6,260 | 4/15/2018 |
1.6.2 | 1,310,461 | 5/31/2016 |
1.6.1 | 294,929 | 11/9/2015 |
1.6.0 | 101,996 | 7/13/2015 |
1.5.1 | 56,646 | 4/17/2015 |
1.5.0 | 47,793 | 2/27/2015 |
1.4.0 | 39,810 | 12/31/2014 |
1.3.1 | 28,339 | 11/18/2014 |
1.3.0 | 87,906 | 8/27/2014 |
1.2.1 | 22,832 | 7/12/2014 |
1.2.0 | 9,696 | 6/18/2014 |
1.1.2.1 | 65,617 | 1/1/2014 |
1.1.2 | 4,266 | 12/29/2013 |
1.1.1 | 64,029 | 6/26/2013 |
1.1.0 | 22,057 | 5/5/2013 |
1.0.6 | 241,919 | 12/31/2012 |
1.0.5 | 11,188 | 11/15/2012 |
1.0.4 | 6,526 | 10/27/2012 |
1.0.3 | 13,608 | 7/19/2012 |
1.0.2 | 7,970 | 4/25/2012 |
1.0.1 | 16,479 | 9/5/2011 |
0.9.2 | 5,540 | 7/24/2011 |
0.9.1 | 3,958 | 7/24/2011 |
0.9.0 | 5,480 | 1/7/2011 |