iiRecord
Agentic AI Atlas · EF Core Migrations
library:efcore-migrationsa5c.ai
II.
Library JSON

library:efcore-migrations

Structured · live

EF Core Migrations json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/libraries/libraries-dotnet.yamlCluster · domain
Record JSON
{
  "id": "library:efcore-migrations",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-dotnet.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "EF Core Migrations",
    "belongsToLanguageId": "language:csharp",
    "category": "orm",
    "description": "Database schema migration subsystem built into Entity Framework Core that\ngenerates incremental migration files from model changes, applies them via\nthe dotnet-ef CLI or MigrationBuilder API, and tracks history in a migrations table.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:efcore-migrations",
      "to": "language:csharp",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:efcore-migrations",
      "to": "skill-area:backend-data-persistence",
      "kind": "library_used_by",
      "attributes": {}
    },
    {
      "from": "library:efcore-migrations",
      "to": "library:alembic",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": [
    {
      "from": "library:alembic",
      "to": "library:efcore-migrations",
      "kind": "alternative_to"
    }
  ]
}