{
   "name": "pg_local_cache",
   "abstract": "Transaction-aware cache for PostgreSQL primary-key reads",
   "description": "pg_local_cache keeps hot whole rows in bounded PostgreSQL shared memory for explicit SQL mget and RESP reads. PostgreSQL remains authoritative, and writes publish transaction-aware invalidation fences before commit visibility.",
   "version": "2.0.1",
   "date": "2026-08-16T17:58:40Z",
   "maintainer": [
      "Maksim Bronnikov"
   ],
   "release_status": "stable",
   "user": "bronnikov",
   "sha1": "f57d6bd5e9cc293028387943fa97ebecffbe804a",
   "license": "mit",
   "prereqs": {
      "runtime": {
         "requires": {
            "PostgreSQL": ">= 14.0.0, < 19.0.0"
         }
      }
   },
   "provides": {
      "pg_local_cache": {
         "abstract": "Transaction-aware cache for SQL mget and RESP primary-key reads",
         "docfile": "README.md",
         "file": "sql/pg_local_cache--2.0.1.sql",
         "version": "2.0.1"
      }
   },
   "tags": ["cache", "performance", "shared-memory", "primary-key", "transactions", "sql", "postgresql"],
   "resources": {
      "bugtracker": {
         "web": "https://github.com/profundium/pg_local_cache/issues"
      },
      "homepage": "https://profundium.github.io/pg_local_cache/",
      "repository": {
         "type": "git",
         "url": "https://github.com/profundium/pg_local_cache.git",
         "web": "https://github.com/profundium/pg_local_cache"
      }
   },
   "no_index": {
      "directory": [
         ".github",
         "assets",
         "docker",
         "scripts",
         "tests"
      ]
   }
}
