Info
Version: | 1.0.47 |
Author(s): | Pieter Koornhof |
Last Update: | Thursday, September 3, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/SneakyPeet/Dirtybase/ |
NuGet Url: | https://www.nuget.org/packages/Dirtybase |
Install
Install-Package Dirtybase
dotnet add package Dirtybase
paket add Dirtybase
Dirtybase Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Data.SQLite.Core(1.0.97.0)
Tags
Dirtybase will compare version files in a folder to the version of a data store, then apply the version files in order to migrate the data store to the latest version. This is useful for keeping data stores on different environments up to date and automating deployments.