FluentMigrator
1.2.0
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.0
dotnet add package FluentMigrator --version 1.2.0
<PackageReference Include="FluentMigrator" Version="1.2.0" />
paket add FluentMigrator --version 1.2.0
Release Notes
Improvements & Features:
Insert.IntoTable("").Row() allows providing data with dictionary in addition to dynamic @tommarien
MySql: LONGTEXT mapping added @eff0880
Migrations are now lazy loaded at startup, this to reduce build up time @wilbit
Added Constraint("name").Exists() to SchemaTable syntax @WilliamRoxit
Enable using table descriptions with non default schema @avinash9587
Bug fixes:
Validation of migrations will no longer generate exception if migrations contains more then 1 of same type @mihaipetrutiu via @tommarien
Oracle: Updated the default mapping of Int64 to NUMBER(19,0) to match the default type mapping @kramerpr
Firebird: AsString() now defaults to varchar(255) @kingpong
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 | 2,045 | 1/9/2021 |
3.2.10 | 8,660 | 12/19/2020 |
3.2.9 | 225,235 | 8/25/2020 |
3.2.8 | 54,012 | 7/22/2020 |
3.2.7 | 134,874 | 6/8/2020 |
3.2.6 | 235,882 | 4/11/2020 |
3.2.1 | 977,054 | 4/16/2019 |
3.2.0 | 4,603 | 4/15/2019 |
3.1.3 | 687,687 | 6/25/2018 |
3.1.2 | 7,460 | 6/21/2018 |
3.1.1 | 18,861 | 6/11/2018 |
3.1.0 | 6,660 | 6/1/2018 |
3.0.0 | 25,414 | 5/7/2018 |
2.0.7 | 110,345 | 4/27/2018 |
2.0.6 | 21,396 | 4/24/2018 |
2.0.5 | 4,329 | 4/23/2018 |
2.0.4 | 3,516 | 4/23/2018 |
2.0.3 | 3,947 | 4/22/2018 |
2.0.2 | 61,067 | 4/17/2018 |
2.0.1 | 4,891 | 4/16/2018 |
2.0.0 | 6,256 | 4/15/2018 |
1.6.2 | 1,309,383 | 5/31/2016 |
1.6.1 | 294,527 | 11/9/2015 |
1.6.0 | 101,932 | 7/13/2015 |
1.5.1 | 56,635 | 4/17/2015 |
1.5.0 | 47,729 | 2/27/2015 |
1.4.0 | 39,807 | 12/31/2014 |
1.3.1 | 28,335 | 11/18/2014 |
1.3.0 | 87,880 | 8/27/2014 |
1.2.1 | 22,821 | 7/12/2014 |
1.2.0 | 9,695 | 6/18/2014 |
1.1.2.1 | 65,593 | 1/1/2014 |
1.1.2 | 4,264 | 12/29/2013 |
1.1.1 | 64,020 | 6/26/2013 |
1.1.0 | 22,050 | 5/5/2013 |
1.0.6 | 241,915 | 12/31/2012 |
1.0.5 | 11,185 | 11/15/2012 |
1.0.4 | 6,526 | 10/27/2012 |
1.0.3 | 13,607 | 7/19/2012 |
1.0.2 | 7,970 | 4/25/2012 |
1.0.1 | 16,477 | 9/5/2011 |
0.9.2 | 5,540 | 7/24/2011 |
0.9.1 | 3,958 | 7/24/2011 |
0.9.0 | 5,479 | 1/7/2011 |