II.
Library JSON
Structured · livelibrary:objection
Objection.js json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": []
}