{
   "name": "pgcollection",
   "abstract": "A collection data type",
   "description": "pgcollection is a memory optimized data type for PostgreSQL used as a high performance data structure inside of plpglsql functions to create associative arrays",
   "version": "2.1.3",
   "date": "2026-08-19T16:35:34Z",
   "maintainer": "Jim Mlodgenski <jimmy76@gmail.com>",
   "release_status": "stable",
   "user": "jim-mlodgenski",
   "sha1": "22ae0b41afc662004cf7b792ad597d8df1fca8dc",
   "license": "apache_2_0",
   "prereqs": {
      "runtime": {
         "requires": {
            "PostgreSQL": "14.0.0"
         }
      }
   },
   "provides": {
      "pgcollection": {
         "docfile": "pgcollection.md",
         "file": "sql/collection--2.0.0.sql",
         "version": "2.1.3"
      }
   },
   "tags": ["data type", "compatibility", "associative array", "key value"],
   "resources": {
      "bugtracker": {
         "web": "https://github.com/aws/pgcollection/issues"
      },
      "repository": {
         "type": "git",
         "url": "https://github.com/aws/pgcollection.git",
         "web": "https://github.com/aws/pgcollection"
      }
   },
   "no_index": {
      "directory": [
         ".github"
      ],
      "file": [
         "AGENTS.md",
         "CODE_OF_CONDUCT.md",
         "CONTRIBUTING.md",
         "GOVERNANCE.md",
         "SECURITY.md"
      ]
   }
}
