iiRecord
Agentic AI Atlas · SQLx (PostgreSQL)
library:sqlx-pga5c.ai
II.
Library JSON

library:sqlx-pg

Structured · live

SQLx (PostgreSQL) json

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

File · domain/libraries/libraries-haskell-go-rust-extra.yamlCluster · domain
Record JSON
{
  "id": "library:sqlx-pg",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-haskell-go-rust-extra.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "SQLx (PostgreSQL)",
    "belongsToLanguageId": "language:rust",
    "category": "other",
    "description": "Async PostgreSQL driver for Rust via the SQLx framework — compile-time\nquery verification against a live database, connection pooling, and\ntype-safe row mapping without a full ORM.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:sqlx-pg",
      "to": "language:rust",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:sqlx-pg",
      "to": "skill-area:backend-data-persistence",
      "kind": "library_used_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "library:sqlx-rust",
      "to": "library:sqlx-pg",
      "kind": "alternative_to"
    }
  ]
}