Info
Version: | 4.0.1 |
Author(s): | dradovic |
Last Update: | Tuesday, January 16, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/dradovic/MigSharp |
NuGet Url: | https://www.nuget.org/packages/MigSharp |
Install
Install-Package MigSharp
dotnet add package MigSharp
paket add MigSharp
MigSharp Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Composition(>= 1.1.0)
Tags
Write database migrations and/or schema modifications in your favorite .NET language and let Mig# generate the platform-dependent SQL code and update your schema. Features: fluent interface, automatic versioning, multi-module support, scripting to SQL files, validation framework for portability issues, suport for SQL Server, Oracle, MySQL, Teradata, SQLite, legacy integration and more.