iiRecord
Agentic AI Atlas · Diesel
library:diesel-rsa5c.ai
II.
Library JSON

library:diesel-rs

Structured · live

Diesel 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:diesel-rs",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-haskell-go-rust-extra.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Diesel",
    "belongsToLanguageId": "language:rust",
    "category": "orm",
    "description": "Safe, extensible ORM and query builder for Rust — compile-time query\nchecking, schema DSL with migrations, and support for PostgreSQL,\nMySQL, and SQLite with no runtime overhead.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:diesel-rs",
      "to": "language:rust",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:diesel-rs",
      "to": "skill-area:backend-data-persistence",
      "kind": "library_used_by",
      "attributes": {}
    },
    {
      "from": "library:diesel-rs",
      "to": "library:sea-orm",
      "kind": "alternative_to"
    },
    {
      "from": "library:diesel-rs",
      "to": "library:sqlx-rust",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": [
    {
      "from": "library:sqlx-rust",
      "to": "library:diesel-rs",
      "kind": "alternative_to"
    },
    {
      "from": "library:sea-orm",
      "to": "library:diesel-rs",
      "kind": "alternative_to"
    },
    {
      "from": "stack-profile:rust-actix-postgres",
      "to": "library:diesel-rs",
      "kind": "composed_of"
    }
  ]
}