Info
Version: | 0.8.1 |
Author(s): | Aaron Jensen |
Last Update: | Saturday, November 26, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://get-rivet.org |
NuGet Url: | https://www.nuget.org/packages/Rivet |
Install
Install-Package Rivet
dotnet add package Rivet
paket add Rivet
Rivet Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
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.