iiRecord
Agentic AI Atlas · GORM
library:gorma5c.ai
II.
Library JSON

library:gorm

Structured · live

GORM json

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

File · domain/libraries/libraries-go.yamlCluster · domain
Record JSON
{
  "id": "library:gorm",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-go.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "GORM",
    "belongsToLanguageId": "language:go",
    "description": "Go ORM with associations, hooks, migrations, and multi-driver\nsupport (Postgres, MySQL, SQLite, SQL Server).\n"
  },
  "outgoingEdges": [
    {
      "from": "library:gorm",
      "to": "language:go",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:gorm",
      "to": "skill-area:backend-data-persistence",
      "kind": "library_used_by",
      "attributes": {}
    },
    {
      "from": "library:gorm",
      "to": "library:sqlx-go",
      "kind": "alternative_to"
    },
    {
      "from": "library:gorm",
      "to": "library:pgx",
      "kind": "alternative_to"
    },
    {
      "from": "library:gorm",
      "to": "library:gorm-v2",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": [
    {
      "from": "library:pgx",
      "to": "library:gorm",
      "kind": "alternative_to"
    },
    {
      "from": "specialization:go-microservices",
      "to": "library:gorm",
      "kind": "uses_library"
    }
  ]
}