EFScriptableMigration allows to migrate sql schema via sql scripts that are embedded in assemblies and written manually.
Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 8.0.4 |
Author(s): | Marc Chouteau |
Last Update: | Sunday, March 17, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/chouteau/EFScriptableMigration |
NuGet Url: | https://www.nuget.org/packages/EFScriptableMigration |
Install
Install-Package EFScriptableMigration
dotnet add package EFScriptableMigration
paket add EFScriptableMigration
EFScriptableMigration Download (Unzip the "nupkg" after downloading)
Dependencies
- EntityFramework(>= 6.1.3)
Tags