II.
Library JSON
Structured · livelibrary:sqlx-go
sqlx (Go) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:sqlx-go",
"_kind": "Library",
"_file": "domain/libraries/libraries-go-rust-extended.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "sqlx (Go)",
"belongsToLanguageId": "language:go",
"category": "other",
"description": "Extension of Go's database/sql with struct scanning, named queries,\nand safe parameterized statements across multiple SQL drivers.\n"
},
"outgoingEdges": [
{
"from": "library:sqlx-go",
"to": "language:go",
"kind": "belongs_to_language"
},
{
"from": "library:sqlx-go",
"to": "skill-area:backend-data-persistence",
"kind": "library_used_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "library:pgx",
"to": "library:sqlx-go",
"kind": "alternative_to"
},
{
"from": "library:gorm",
"to": "library:sqlx-go",
"kind": "alternative_to"
},
{
"from": "stack-profile:url-shortener-link-analytics",
"to": "library:sqlx-go",
"kind": "composed_of"
},
{
"from": "stack-profile:file-storage-object-gateway",
"to": "library:sqlx-go",
"kind": "composed_of"
},
{
"from": "stack-profile:clean-architecture-stack",
"to": "library:sqlx-go",
"kind": "composed_of"
},
{
"from": "stack-profile:webhook-relay-proxy",
"to": "library:sqlx-go",
"kind": "composed_of"
}
]
}