{
   "name": "pgSQLMock",
   "abstract": "Mocking and faking functions for unit testing in PostgreSQL",
   "description": "pgSQLMock is a PostgreSQL extension which extends the highly popular unit testing framework pgTap designed to provide mocking and faking capabilities similar to those found in many modern high-level programming languages.",
   "version": "1.0.1",
   "date": "2026-07-15T18:49:01Z",
   "maintainer": [
      "Slava Maliutin <v-maliutin@pgsqlmock.ru>"
   ],
   "release_status": "stable",
   "user": "v-maliutin",
   "sha1": "adefec421702d735bde8ad16ca75e072d5007b44",
   "license": {
      "PostgreSQL": "https://www.postgresql.org/about/licence"
   },
   "prereqs": {
      "runtime": {
         "recommends": {
            "PostgreSQL": "9.4.0"
         },
         "requires": {
            "PostgreSQL": "9.1.0",
            "plpgsql": 0
         }
      }
   },
   "provides": {
      "pgSQLMock": {
         "abstract": "Mocking and faking functions for unit testing in PostgreSQL",
         "file": "pgsqlmock--1.0.0.sql",
         "version": "1.0.1"
      }
   },
   "tags": ["testing", "unit testing", "tap", "tddd", "test driven database development", "mock", "fake", "stub"],
   "resources": {
      "bugtracker": {
         "web": "https://github.com/v-maliutin/pgSQLMock/issues"
      },
      "homepage": "https://pgsqlmock.ru/",
      "repository": {
         "type": "git",
         "url": "https://github.com/v-maliutin/pgSQLMock.git",
         "web": "https://github.com/v-maliutin/pgSQLMock"
      }
   }
}
