AliaSQL 2.0.0
dotnet add package AliaSQL --version 2.0.0
NuGet\Install-Package AliaSQL -Version 2.0.0
<PackageReference Include="AliaSQL" Version="2.0.0" />
paket add AliaSQL --version 2.0.0
#r "nuget: AliaSQL, 2.0.0"
// Install AliaSQL as a Cake Addin #addin nuget:?package=AliaSQL&version=2.0.0 // Install AliaSQL as a Cake Tool #tool nuget:?package=AliaSQL&version=2.0.0
Command line database change management tool. And a drop-in replacement for the Tarantino database deployer.
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 |
---|---|---|
2.0.0 | 4,840 | 11/12/2021 |
1.4.2.317 | 16,783 | 3/18/2016 |
1.4.1.210 | 1,538 | 2/10/2016 |
1.4.0.1208 | 1,651 | 12/9/2015 |
1.3.3.719 | 1,720 | 7/19/2015 |
1.3.2.417 | 2,035 | 4/17/2015 |
1.3.1.227 | 2,141 | 2/27/2015 |
1.3.0.125 | 1,619 | 1/25/2015 |
1.2.0.918 | 1,973 | 9/18/2014 |
1.1.0.918 | 1,639 | 9/18/2014 |
1.0.4.1230 | 16,770 | 12/30/2013 |
Full documentation can be found at https://github.com/ClearMeasure/AliaSQL
* version 1.2.0: Added concept of Everytime scripts for views/stored procedures/etc
* version 1.3.0: Better handling of database drop for Azure SQL
* version 1.3.1: Fix for issue with Rebuild command when database doesn't exist
* version 1.3.2: Set CommandTimeout to 0 to allow long running changes
* version 1.3.3 Remove execution of Everytime scripts in DatabaseCreator - thanks to daveraine
* version 1.4.0 Added concept of RunAlways scripts that will be executed always, not only when there are new/changed files like in Everytime folder - thanks mpobudejski.
* version 1.4.1 Added file encoding for change to read Spanish characters - Thanks armanvg, Added transaction support for test data scripts - Thanks jlbrown
* version 1.4.2 Fix for test data scripts not logging as a result of last revision
* version 2.0.0 Updated to support .net standard 2.0