iiRecord
Agentic AI Atlas · Room
library:rooma5c.ai
II.
Library JSON

library:room

Structured · live

Room json

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

File · domain/libraries/libraries-php-swift-kotlin.yamlCluster · domain
Record JSON
{
  "id": "library:room",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-php-swift-kotlin.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Room",
    "belongsToLanguageId": "language:kotlin",
    "category": "orm",
    "description": "Android persistence library that provides an abstraction layer over\nSQLite with compile-time SQL validation, Flow and LiveData integration,\nand migration support for robust local database management.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:room",
      "to": "language:kotlin",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:room",
      "to": "skill-area:backend-data-persistence",
      "kind": "library_used_by",
      "attributes": {}
    },
    {
      "from": "library:room",
      "to": "library:ecto",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": []
}