II.
Library JSON
Structured · livelibrary:sea-query
SeaQuery json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:sea-query",
"_kind": "Library",
"_file": "domain/libraries/libraries-go-rust-extended.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "SeaQuery",
"belongsToLanguageId": "language:rust",
"category": "other",
"description": "Dynamic SQL query builder for Rust that generates SQL for PostgreSQL,\nMySQL, and SQLite without macros, used by SeaORM under the hood.\n"
},
"outgoingEdges": [
{
"from": "library:sea-query",
"to": "language:rust",
"kind": "belongs_to_language"
},
{
"from": "library:sea-query",
"to": "skill-area:backend-data-persistence",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:sea-query",
"to": "library:sqlx-rust",
"kind": "alternative_to"
}
],
"incomingEdges": []
}