{
   "name": "pg_mockable",
   "abstract": "Create mockable versions of functions from other schemas.",
   "description": "The `pg_mockable` extension can be used to create mockable versions of functions from other schemas.",
   "version": "1.1.0",
   "date": "2026-06-14T12:40:52Z",
   "maintainer": [
      "Rowan Rodrik van der Molen <rowan@bigsmoke.us>"
   ],
   "release_status": "stable",
   "user": "bigsmoke",
   "sha1": "46671969eee0588860e58bb90b30a971a377b096",
   "license": "postgresql",
   "prereqs": {
      "develop": {
         "recommends": {
            "pg_readme": 0
         }
      },
      "test": {
         "requires": {
            "pgtap": 0
         }
      }
   },
   "provides": {
      "pg_mockable": {
         "docfile": "README.md",
         "file": "pg_mockable--1.1.0.sql",
         "version": "1.1.0"
      }
   },
   "tags": ["plpgsql", "function", "functions", "mocking", "testing"],
   "resources": {
      "bugtracker": {
         "web": "https://github.com/bigsmoke/pg_mockable/issues"
      },
      "homepage": "https://blog.bigsmoke.us/tag/pg_mockable",
      "repository": {
         "type": "git",
         "url": "https://github.com/bigsmoke/pg_mockable.git",
         "web": "https://github.com/bigsmoke/pg_mockable"
      }
   }
}
