{
  "schema": "kallipolis.resource-quality.v1",
  "id": "resource.infrastructure.sqlite",
  "version": "1.0.0",
  "title": "SQLite embedded data boundary",
  "summary": "Official-source embedded SQL, runtime-limit, untrusted-input, connection, read/write, and deployment boundaries for SQLite-backed tools.",
  "content": {
    "kind": "infrastructure-boundary",
    "facts": [
      {
        "id": "fact.sqlite.limits.model",
        "statement": "SQLite defines and tests implementation limits for sizes and quantities instead of treating finite memory and disk as unlimited.",
        "normativeLevel": "informative",
        "sourceIds": [
          "source.sqlite.limits"
        ]
      },
      {
        "id": "fact.sqlite.limits.read",
        "statement": "Per-connection runtime limits can constrain databases influenced by hostile or untrusted inputs and should be chosen before exposing generated queries.",
        "normativeLevel": "informative",
        "sourceIds": [
          "source.sqlite.limits"
        ]
      },
      {
        "id": "fact.sqlite.limits.write",
        "statement": "Changing compile-time or runtime limits changes the accepted workload envelope but does not replace transaction, locking, backup, or application authorization controls.",
        "normativeLevel": "informative",
        "sourceIds": [
          "source.sqlite.limits"
        ]
      },
      {
        "id": "fact.sqlite.limits.boundary",
        "statement": "An embedded library needs no remote service account, but documentation or file access does not authorize reading or changing a database owned by another application.",
        "normativeLevel": "informative",
        "sourceIds": [
          "source.sqlite.limits"
        ]
      }
    ]
  },
  "language": "en",
  "category": "data-knowledge-infrastructure",
  "state": "prepared",
  "canonicalUrl": "https://platoskallipolis.com/resources/data-knowledge-infrastructure/sqlite.json",
  "contentHash": "sha256:2058ab5883bd91eae1476d98cb3e2c86f471fec6a6eb1ae2a32888ca86b9820d",
  "owner": {
    "id": "platos-kallipolis",
    "name": "Plato's Kallipolis",
    "type": "organization",
    "accountabilityUrl": "https://platoskallipolis.com/about"
  },
  "access": {
    "mode": "public",
    "url": "https://platoskallipolis.com/resources/data-knowledge-infrastructure/sqlite.json",
    "authentication": "none",
    "robotsAllowed": true
  },
  "provenance": {
    "method": "primary-source",
    "sources": [
      {
        "id": "source.sqlite.limits",
        "url": "https://www.sqlite.org/limits.html",
        "title": "Implementation Limits For SQLite",
        "publisher": "SQLite",
        "observedAt": "2026-08-27T01:40:00Z"
      }
    ]
  },
  "observedAt": "2026-08-27T01:40:00Z",
  "freshness": {
    "policy": "max-age",
    "state": "current",
    "nextReviewAt": "2026-09-03T01:40:00Z",
    "maxAgeSeconds": 604800
  },
  "license": {
    "id": "source-terms-apply",
    "url": "https://www.sqlite.org/copyright.html",
    "redistributionAllowed": false
  },
  "evidence": [
    {
      "id": "evidence.sqlite.limits",
      "type": "source-claim",
      "url": "https://www.sqlite.org/limits.html",
      "observedAt": "2026-08-27T01:40:00Z"
    }
  ]
}
