II.
Library JSON
Structured · livelibrary:isar
Isar json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:isar",
"_kind": "Library",
"_file": "domain/libraries/libraries-dart-flutter.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Isar",
"belongsToLanguageId": "language:dart",
"category": "database",
"description": "A super-fast, cross-platform NoSQL database for Flutter with a schema-based\napproach, full ACID transactions, powerful query API, composite indexes,\nand native support for iOS, Android, macOS, Linux, and Windows.\n"
},
"outgoingEdges": [
{
"from": "library:isar",
"to": "language:dart",
"kind": "belongs_to_language"
},
{
"from": "library:isar",
"to": "skill-area:backend-data-persistence",
"kind": "library_used_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "library:hive",
"to": "library:isar",
"kind": "alternative_to"
}
]
}