Module which enables database code first migrations functionality.
Info
Version: | 0.49.0 |
Author(s): | Marin Atanasov |
Last Update: | Friday, October 4, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/MarinAtanasov/AppBrix |
NuGet Url: | https://www.nuget.org/packages/AppBrix.Data.Migrations |
Install
Install-Package AppBrix.Data.Migrations
dotnet add package AppBrix.Data.Migrations
paket add AppBrix.Data.Migrations
AppBrix.Data.Migrations Download (Unzip the "nupkg" after downloading)
Dependencies
- AppBrix.Data(>= 0.21.0)
- Microsoft.CodeAnalysis.CSharp(>= 3.8.0)
- Microsoft.EntityFrameworkCore.Design(>= 5.0.1)
- Microsoft.EntityFrameworkCore.Relational(>= 5.0.1)
- System.Runtime.Loader(>= 4.3.0)
Tags