II.
Library JSON
Structured · livelibrary:hive
Hive json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:hive",
"_kind": "Library",
"_file": "domain/libraries/libraries-dart-flutter.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Hive",
"belongsToLanguageId": "language:dart",
"category": "database",
"description": "A lightweight and blazing fast key-value database written in pure Dart for\nFlutter, supporting custom type adapters, lazy boxes, encryption, and\noffline-first persistence with no native dependencies.\n"
},
"outgoingEdges": [
{
"from": "library:hive",
"to": "language:dart",
"kind": "belongs_to_language"
},
{
"from": "library:hive",
"to": "skill-area:backend-data-persistence",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:hive",
"to": "library:isar",
"kind": "alternative_to"
},
{
"from": "library:hive",
"to": "library:drift",
"kind": "alternative_to"
}
],
"incomingEdges": []
}