Curiosity.Migrations is a migration framework that uses SQL scripts and code migration to alter your database schema or seed a data.
Info
Version: | 4.0.2 |
Author(s): | Maxim Markelow, Andrei Vinogradov |
Last Update: | Monday, April 10, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://curiosity-migrations.readthedocs.io/ |
NuGet Url: | https://www.nuget.org/packages/Curiosity.Migrations.PostgreSQL |
Install
Install-Package Curiosity.Migrations.PostgreSQL
dotnet add package Curiosity.Migrations.PostgreSQL
paket add Curiosity.Migrations.PostgreSQL
Curiosity.Migrations.PostgreSQL Download (Unzip the "nupkg" after downloading)
Dependencies
- Curiosity.Migrations(>= 3.0.0)
- Npgsql(>= 4.0.3)
Tags