iiRecord
Agentic AI Atlas · Isar
library:isara5c.ai
II.
Library JSON

library:isar

Structured · live

Isar json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/libraries/libraries-dart-flutter.yamlCluster · domain
Record JSON
{
  "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"
    }
  ]
}