II.
Library JSON
Structured · livelibrary:mongoose
Mongoose json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:mongoose",
"_kind": "Library",
"_file": "domain/libraries/libraries-node-backend.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Mongoose",
"belongsToLanguageId": "language:javascript",
"category": "orm",
"description": "MongoDB object modeling library for Node.js providing schema\ndefinitions, validation, middleware hooks, population, and a\nquery builder over the native MongoDB driver.\n"
},
"outgoingEdges": [
{
"from": "library:mongoose",
"to": "language:javascript",
"kind": "belongs_to_language"
},
{
"from": "library:mongoose",
"to": "skill-area:backend-data-persistence",
"kind": "used_for"
},
{
"from": "library:mongoose",
"to": "library:prisma",
"kind": "alternative_to",
"attributes": {
"comparison": "JS/TS ORMs — Mongoose is MongoDB-specific; Prisma is multi-database"
}
},
{
"from": "library:mongoose",
"to": "library:typeorm",
"kind": "alternative_to",
"attributes": {
"comparison": "JS/TS ORMs — Mongoose is MongoDB-specific; TypeORM supports SQL and MongoDB"
}
}
],
"incomingEdges": [
{
"from": "library:prisma",
"to": "library:mongoose",
"kind": "alternative_to",
"attributes": {
"comparison": "JS/TS ORMs — Prisma is multi-database; Mongoose is MongoDB-specific"
}
},
{
"from": "stack-profile:mern-stack",
"to": "library:mongoose",
"kind": "composed_of"
},
{
"from": "stack-profile:mean-stack",
"to": "library:mongoose",
"kind": "composed_of"
},
{
"from": "tool-server:mcp-mongodb",
"to": "library:mongoose",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-mongoose",
"to": "library:mongoose",
"kind": "integrates_with",
"attributes": {}
}
]
}