II.
Library JSON
Structured · livelibrary:sea-orm
SeaORM json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:sea-orm",
"_kind": "Library",
"_file": "domain/libraries/libraries-rust.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "SeaORM",
"belongsToLanguageId": "language:rust",
"description": "Async, dynamic ORM for Rust built on SQLx with relational mapping,\nmigrations, and a query builder.\n"
},
"outgoingEdges": [
{
"from": "library:sea-orm",
"to": "language:rust",
"kind": "belongs_to_language"
},
{
"from": "library:sea-orm",
"to": "skill-area:backend-data-persistence",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:sea-orm",
"to": "library:diesel-rs",
"kind": "alternative_to"
},
{
"from": "library:sea-orm",
"to": "library:sqlx-rust",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "library:sqlx-rust",
"to": "library:sea-orm",
"kind": "alternative_to"
},
{
"from": "library:diesel-rs",
"to": "library:sea-orm",
"kind": "alternative_to"
}
]
}