Rivet 0.8.1
dotnet add package Rivet --version 0.8.1
NuGet\Install-Package Rivet -Version 0.8.1
<PackageReference Include="Rivet" Version="0.8.1" />
paket add Rivet --version 0.8.1
#r "nuget: Rivet, 0.8.1"
// Install Rivet as a Cake Addin #addin nuget:?package=Rivet&version=0.8.1 // Install Rivet as a Cake Tool #tool nuget:?package=Rivet&version=0.8.1
Rivet is a database migration/change management/versioning tool inspired by Ruby on Rails' Migrations. It creates and applies migration scripts for SQL Server databases. Migration scripts describe changes to make to your database, e.g. add a table, add a column, remove an index, etc. Migrations scripts should get added to your version control system so they can be packaged and deployed with your application's code.
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.8.1 | 1,262 | 11/26/2016 |
* Removing a custom operation that isn't part of core Rivet.