II.
Library overview
Reference · livelibrary:efcore-migrations
EF Core Migrations overview
Database schema migration subsystem built into Entity Framework Core that generates incremental migration files from model changes, applies them via the dotnet-ef CLI or MigrationBuilder API, and tracks history in a migrations table.
Attributes
displayName
EF Core Migrations
belongsToLanguageId
category
orm
description
Database schema migration subsystem built into Entity Framework Core that
generates incremental migration files from model changes, applies them via
the dotnet-ef CLI or MigrationBuilder API, and tracks history in a migrations table.
Outgoing edges
alternative_to1
- library:alembic·LibraryAlembic
belongs_to_language1
- language:csharp·LanguageC#
library_used_by1
- skill-area:backend-data-persistence·SkillAreaBackend Data Persistence
Incoming edges
alternative_to1
- library:alembic·LibraryAlembic