{
   "name": "pg_accumulator",
   "abstract": "Accumulation registers for PostgreSQL — balance and turnover tracking",
   "description": "A high-performance data accounting engine for PostgreSQL. Declarative accumulation registers that provide instant access to balances and turnovers across arbitrary dimensions — with full transactional consistency, retroactive corrections, and zero application-side aggregation logic.",
   "version": "1.1.3",
   "date": "2026-04-19T21:50:18Z",
   "maintainer": "Treedo <s@treedo.name>",
   "release_status": "testing",
   "user": "Treedo",
   "sha1": "17a7bdb07b9fd868b6874f988b0f48db73e7a229",
   "license": "postgresql",
   "prereqs": {
      "runtime": {
         "requires": {
            "PostgreSQL": "14.0.0",
            "plpgsql": 0
         }
      },
      "test": {
         "requires": {
            "pgTAP": 0
         }
      }
   },
   "provides": {
      "pg_accumulator": {
         "abstract": "Accumulation registers for PostgreSQL — balance and turnover tracking",
         "docfile": "doc/pg_accumulator.md",
         "file": "sql/00_schema.sql",
         "version": "1.1.3"
      }
   },
   "tags": ["accounting", "finance", "balance", "turnover", "erp", "accumulation register", "ledger", "inventory", "aggregation", "cache"],
   "resources": {
      "bugtracker": {
         "web": "https://github.com/Treedo/pg_accumulator/issues"
      },
      "repository": {
         "type": "git",
         "url": "https://github.com/Treedo/pg_accumulator.git",
         "web": "https://github.com/Treedo/pg_accumulator"
      }
   }
}
