A migration and data generation tool for .NET core for working with MySql databases.
Info
Version: | 0.1.7 |
Author(s): | ParanoidTwitch |
Last Update: | Wednesday, January 24, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/paranoidTwitch/EasyMigrator |
NuGet Url: | https://www.nuget.org/packages/EasyMigrator |
Install
Install-Package EasyMigrator
dotnet add package EasyMigrator
paket add EasyMigrator
EasyMigrator Download (Unzip the "nupkg" after downloading)
Dependencies
- EasyMigrator.Abstractions(>= 0.1.7)
- Microsoft.EntityFrameworkCore(>= 2.0.0)
- Microsoft.EntityFrameworkCore.Relational(>= 2.0.0)
- Microsoft.Extensions.CommandLineUtils(>= 1.1.1)
- Microsoft.Extensions.Configuration(>= 2.0.0)
- Microsoft.Extensions.Configuration.Json(>= 2.0.0)
- Microsoft.Extensions.DependencyInjection(>= 2.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 2.0.0)
- Microsoft.Extensions.Logging(>= 2.0.0)
- Microsoft.Extensions.Logging.Console(>= 2.0.0)
- Microsoft.Extensions.Options.ConfigurationExtensions(>= 2.0.0)
- Microsoft.NETCore.App(>= 2.0.0)
- Pomelo.EntityFrameworkCore.MySql(>= 2.0.0.1)
- System.ComponentModel.Annotations(>= 4.4.0)
Tags