sql-deploy 0.68.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package sql-deploy --version 0.68.0
NuGet\Install-Package sql-deploy -Version 0.68.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="sql-deploy" Version="0.68.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add sql-deploy --version 0.68.0
#r "nuget: sql-deploy, 0.68.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install sql-deploy as a Cake Addin
#addin nuget:?package=sql-deploy&version=0.68.0

// Install sql-deploy as a Cake Tool
#tool nuget:?package=sql-deploy&version=0.68.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...

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.74.0 2,837 11/22/2013
0.70.0 1,257 11/20/2013
0.69.0 1,214 11/20/2013
0.68.0 1,186 11/20/2013
0.67.0 1,230 11/20/2013
0.66.0 1,211 11/20/2013
0.65.0 1,199 11/20/2013
0.62.0 1,253 11/20/2013
0.61.0 1,249 11/20/2013
0.6.0 1,237 11/15/2013
0.5.0 1,191 11/15/2013
0.3.0 1,242 11/15/2013