iiRecord
Agentic AI Atlas · TypeORM
library:typeorma5c.ai
II.
Library JSON

library:typeorm

Structured · live

TypeORM json

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

File · domain/libraries/libraries-ts-orms-graphql.yamlCluster · domain
Record JSON
{
  "id": "library:typeorm",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-ts-orms-graphql.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "TypeORM",
    "belongsToLanguageId": "language:typescript",
    "category": "orm",
    "description": "TypeScript-first ORM supporting Active Record and Data Mapper patterns\nacross PostgreSQL, MySQL, SQLite, and MongoDB, with decorators, entity\nrelationships, migrations, and CLI tooling.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:typeorm",
      "to": "language:typescript",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:typeorm",
      "to": "skill-area:backend-data-persistence",
      "kind": "used_for"
    },
    {
      "from": "library:typeorm",
      "to": "library:prisma",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "TypeScript ORMs"
      }
    },
    {
      "from": "library:typeorm",
      "to": "library:sequelize",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "TypeScript ORMs"
      }
    },
    {
      "from": "library:typeorm",
      "to": "library:knex",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "TypeScript ORMs / query builders"
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "library:mongoose",
      "to": "library:typeorm",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "JS/TS ORMs — Mongoose is MongoDB-specific; TypeORM supports SQL and MongoDB"
      }
    },
    {
      "from": "library:knex",
      "to": "library:typeorm",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "TypeScript ORMs / query builders"
      }
    },
    {
      "from": "library:sequelize",
      "to": "library:typeorm",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "TypeScript ORMs"
      }
    },
    {
      "from": "library:mikro-orm",
      "to": "library:typeorm",
      "kind": "alternative_to"
    },
    {
      "from": "library:drizzle-orm",
      "to": "library:typeorm",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "TypeScript ORMs"
      }
    },
    {
      "from": "library:prisma",
      "to": "library:typeorm",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "TypeScript ORMs"
      }
    },
    {
      "from": "tool-server:mcp-typeorm",
      "to": "library:typeorm",
      "kind": "integrates_with",
      "attributes": {}
    }
  ]
}