Curiosity.Migrations
2.0.0
Migration tool for .NET: supports sql script migrations and custom migrations written by C#
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package Curiosity.Migrations -Version 2.0.0
dotnet add package Curiosity.Migrations --version 2.0.0
<PackageReference Include="Curiosity.Migrations" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Curiosity.Migrations --version 2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Curiosity.Migrations, 2.0.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
// Install Curiosity.Migrations as a Cake Addin #addin nuget:?package=Curiosity.Migrations&version=2.0.0 // Install Curiosity.Migrations as a Cake Tool #tool nuget:?package=Curiosity.Migrations&version=2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
https://github.com/SIIS-Ltd/Migrations/tree/master/src/Curiosity.Migrations/CHANGELOG.md
Dependencies
-
.NETStandard 2.0
- Microsoft.Extensions.DependencyInjection (>= 2.2.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 2.2.0)
- Microsoft.Extensions.Logging.Abstractions (>= 2.1.1)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Curiosity.Migrations:
Package | Downloads |
---|---|
Curiosity.Migrations.PostgreSQL
Without migrations you need to create a lots of sql scripts that have to be run manually by every developer involved. 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).
|
GitHub repositories
This package is not used by any popular GitHub repositories.