Info
Version: | 0.74.0 |
Author(s): | Vedran Kaldi |
Last Update: | Friday, November 22, 2013 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/vkaldi/sql-deploy |
NuGet Url: | https://www.nuget.org/packages/sql-deploy |
Install
Install-Package sql-deploy
dotnet add package sql-deploy
paket add sql-deploy
sql-deploy Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Each change script represents one database version and they are executed from the "lowest" to the "highest" version sequentially.
If the database is already at the version that particular change script is at, that script is skipped.
You can bring the database to a required version by supplying all change scripts up to and including that version.
It supports backups, transactions, baseline scripts, test data population...