sql-deploy
0.74.0
dotnet add package sql-deploy --version 0.74.0
NuGet\Install-Package sql-deploy -Version 0.74.0
<PackageReference Include="sql-deploy" Version="0.74.0" />
paket add sql-deploy --version 0.74.0
#r "nuget: sql-deploy, 0.74.0"
// Install sql-deploy as a Cake Addin #addin nuget:?package=sql-deploy&version=0.74.0 // Install sql-deploy as a Cake Tool #tool nuget:?package=sql-deploy&version=0.74.0
Sql Deploy targets a development/deploy environment where each database change is scripted into a "change script" that brings the database to that level/version.
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...
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.