Info
Version: | 4.3.0 |
Author(s): | Maxim Markelow, Kirill Lutsenko, Andrei Vinogradov |
Last Update: | Tuesday, November 14, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://curiosity-migrations.readthedocs.io/ |
NuGet Url: | https://www.nuget.org/packages/Curiosity.Migrations |
Install
Install-Package Curiosity.Migrations
dotnet add package Curiosity.Migrations
paket add Curiosity.Migrations
Curiosity.Migrations Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.DependencyInjection(>= 2.2.0)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 2.2.0)
- Microsoft.Extensions.Logging.Abstractions(>= 2.1.1)
Tags
Migrations solve the problem of evolving a database schema for multiple databases (for example, the developer's local database, the test database and the production database).