iiRecord
Agentic AI Atlas · SeaQuery
library:sea-querya5c.ai
II.
Library JSON

library:sea-query

Structured · live

SeaQuery json

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

File · domain/libraries/libraries-go-rust-extended.yamlCluster · domain
Record JSON
{
  "id": "library:sea-query",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-go-rust-extended.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "SeaQuery",
    "belongsToLanguageId": "language:rust",
    "category": "other",
    "description": "Dynamic SQL query builder for Rust that generates SQL for PostgreSQL,\nMySQL, and SQLite without macros, used by SeaORM under the hood.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:sea-query",
      "to": "language:rust",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:sea-query",
      "to": "skill-area:backend-data-persistence",
      "kind": "library_used_by",
      "attributes": {}
    },
    {
      "from": "library:sea-query",
      "to": "library:sqlx-rust",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": []
}