Info
Version: | 0.3.1 |
Author(s): | romagny13 |
Last Update: | Sunday, January 14, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/romagny13/EasyMig |
NuGet Url: | https://www.nuget.org/packages/EasyMig |
Install
Install-Package EasyMig
dotnet add package EasyMig
paket add EasyMig
EasyMig Download (Unzip the "nupkg" after downloading)
Support:
* Sql Server
* MySql
Commands:
* Drop Database
* Create Database, Create and use Database
* Create Table
* Alter Table
* Drop Table
* Create Stored Procedure
* Drop Stored Procedure
* Seed Table
Execution
* Do Migrations From Assembly, From Memory
* Do Migration One
* Do Seed All From Assembly, From Memory
* Do Seed One
* Get SQL Queries
* Create Migration Script and Seed Script
* Execute a sql Query
Database information:
* Check if Database,Table or column exists
* Get Table Schema and Table rows.