iiRecord
Agentic AI Atlas · Objection.js
library:objectiona5c.ai
II.
Library JSON

library:objection

Structured · live

Objection.js 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:objection",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-ts-orms-graphql.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Objection.js",
    "belongsToLanguageId": "language:typescript",
    "category": "orm",
    "description": "SQL-friendly ORM for Node.js built on top of Knex, offering eager\nloading, JSON schema validation, relation definitions, and flexible\nquery building with minimal magic.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:objection",
      "to": "language:typescript",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:objection",
      "to": "skill-area:backend-data-persistence",
      "kind": "used_for"
    },
    {
      "from": "library:objection",
      "to": "library:prisma",
      "kind": "alternative_to"
    },
    {
      "from": "library:objection",
      "to": "library:knex",
      "kind": "alternative_to"
    },
    {
      "from": "library:objection",
      "to": "library:kysely",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": []
}