II.
Library JSON
Structured · livelibrary:gorm-v2
GORM v2 json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:gorm-v2",
"_kind": "Library",
"_file": "domain/libraries/libraries-haskell-go-rust-extra.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "GORM v2",
"belongsToLanguageId": "language:go",
"category": "orm",
"description": "Developer-friendly ORM for Go with full-featured CRUD, associations,\nhooks, auto-migration, and plugins for soft delete, optimistic locking,\nand multi-database support; v2 rewrites the query API and improves\ncontext propagation.\n"
},
"outgoingEdges": [
{
"from": "library:gorm-v2",
"to": "language:go",
"kind": "belongs_to_language"
},
{
"from": "library:gorm-v2",
"to": "skill-area:backend-data-persistence",
"kind": "library_used_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "library:gorm",
"to": "library:gorm-v2",
"kind": "alternative_to"
}
]
}