Info
Version: | 1.0.38.158 |
Author(s): | Yuriy Pelekh |
Last Update: | Saturday, April 20, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://yuriy-pelekh.github.io/Database.Versioning/ |
NuGet Url: | https://www.nuget.org/packages/Database.Versioning |
Install
Install-Package Database.Versioning
dotnet add package Database.Versioning
paket add Database.Versioning
Database.Versioning Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Data.SqlClient(>= 4.7.0)
There is no need to execute all database scripts each time you are updating a product. You don't need to re-run all scripts with every update.
The project is designed to automatically detect your current version and run only new scripts with no need to re-run all previous. This is a very easy, suitable and fast option that might significantly reduce deployment time, so you don't need to put additional efforts to update your app and can do it quickly without major impact on your customers.