Migration tool for .NET: supports sql script migrations and custom migrations written by C#.
Info
Version: | 0.3.1 |
Author(s): | Maxim Markelow, Kirill Lutsenko, Andrey Vinogradov |
Last Update: | Monday, September 16, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/MarvinBand/Migrations |
NuGet Url: | https://www.nuget.org/packages/Marvin.Migrations |
Install
Install-Package Marvin.Migrations
dotnet add package Marvin.Migrations
paket add Marvin.Migrations
Marvin.Migrations Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.DependencyInjection(>= 2.2.0)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 2.2.0)
- Microsoft.Extensions.Logging.Abstractions(>= 2.1.1)
Tags