Simple library for depling of MS SQL database from *.sqlproj files under .NET Core with Linux and Docker supporintg.
Info
Version: | 0.0.3 |
Author(s): | Yuriy Nagaev |
Last Update: | Monday, April 30, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/raidenyn/sqldeploy |
NuGet Url: | https://www.nuget.org/packages/SqlDeploy |
Install
Install-Package SqlDeploy
dotnet add package SqlDeploy
paket add SqlDeploy
SqlDeploy Download (Unzip the "nupkg" after downloading)
Dependencies
- JetBrains.Annotations(>= 11.1.0)
- Microsoft.Build(>= 15.6.85)
- Microsoft.SqlServer.TransactSql.ScriptDom(>= 14.0.3811.1)
- System.Data.SqlClient(>= 4.4.3)
- com.rusanu.DBUtil(>= 1.5.6198.25619)