II.
Library JSON
Structured · livelibrary:exposed
Exposed json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:exposed",
"_kind": "Library",
"_file": "domain/libraries/libraries-jvm-extended.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Exposed",
"belongsToLanguageId": "language:kotlin",
"category": "orm",
"description": "Lightweight Kotlin SQL library by JetBrains offering both DSL and\nDAO patterns over JDBC for type-safe database access.\n"
},
"outgoingEdges": [
{
"from": "library:exposed",
"to": "language:kotlin",
"kind": "belongs_to_language"
},
{
"from": "library:exposed",
"to": "skill-area:backend-data-persistence",
"kind": "library_used_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "library:hibernate",
"to": "library:exposed",
"kind": "alternative_to"
},
{
"from": "stack-profile:kotlin-ktor-exposed",
"to": "library:exposed",
"kind": "composed_of"
}
]
}