FluentMigrator.Tools
1.4.0
See the version list below for details.
dotnet add package FluentMigrator.Tools --version 1.4.0
NuGet\Install-Package FluentMigrator.Tools -Version 1.4.0
<PackageReference Include="FluentMigrator.Tools" Version="1.4.0" />
paket add FluentMigrator.Tools --version 1.4.0
#r "nuget: FluentMigrator.Tools, 1.4.0"
// Install FluentMigrator.Tools as a Cake Addin #addin nuget:?package=FluentMigrator.Tools&version=1.4.0 // Install FluentMigrator.Tools as a Cake Tool #tool nuget:?package=FluentMigrator.Tools&version=1.4.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.
Learn more about Target Frameworks and .NET Standard.
-
- FluentMigrator (>= 1.4.0)
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on FluentMigrator.Tools:
Repository | Stars |
---|---|
devbridge/BetterCMS
A publishing focused and developer friendly .NET Open Source CMS.
|
Version | Downloads | Last updated |
---|---|---|
1.5.1 | 3,024 | 4/17/2015 |
1.5.0 | 2,581 | 2/27/2015 |
1.4.0 | 2,073 | 12/31/2014 |
1.3.1 | 3,445 | 11/18/2014 |
1.3.0 | 3,917 | 8/27/2014 |
1.2.1 | 2,798 | 7/12/2014 |
1.2.0 | 940 | 6/18/2014 |
1.1.2.1 | 5,746 | 1/1/2014 |
1.1.2 | 96 | 12/29/2013 |
1.1.1 | 1,864 | 6/26/2013 |
1.1.0 | 1,211 | 5/5/2013 |
1.0.6 | 5,736 | 12/31/2012 |
1.0.5 | 422 | 11/15/2012 |
1.0.4 | 471 | 10/27/2012 |
1.0.3 | 587 | 7/19/2012 |
1.0.2 | 495 | 4/25/2012 |
1.0.1 | 919 | 9/5/2011 |
- [#562](https://github.com/schambers/fluentmigrator/pull/562) - Oracle Alter Default constraints closes #551 contributed by Tom Marien ([tommarien](https://github.com/tommarien))
- [#561](https://github.com/schambers/fluentmigrator/pull/561) - Support for Sqlserver2014 contributed by Daniel Lee ([daniellee](https://github.com/daniellee)) +Feature
- [#558](https://github.com/schambers/fluentmigrator/pull/558) - Fix for #398 contributed by Dan Corder ([DanCorder](https://github.com/DanCorder)) +fix
- [#537](https://github.com/schambers/fluentmigrator/pull/537) - Added TimestampedMigrationAttribute contributed by Eric Burcham ([ericburcham](https://github.com/ericburcham)) +Feature