{
   "name": "pgclone",
   "abstract": "Clone PostgreSQL databases, schemas, tables between staging, test, dev and prod environments",
   "description": "PostgreSQL extension for easily cloning your DB, Schemas, Tables and more between environments",
   "version": "3.6.0",
   "date": "2026-04-11T07:04:03Z",
   "maintainer": "Valeh Agayev <valeh.agayev@gmail.com>",
   "release_status": "stable",
   "user": "nonens",
   "sha1": "f7e371af7a58e6c2ba15779983873d86598e400c",
   "license": "postgresql",
   "prereqs": {
      "runtime": {
         "requires": {
            "PostgreSQL": "14.0.0"
         }
      }
   },
   "provides": {
      "pgclone": {
         "abstract": "Clone PostgreSQL databases, schemas, and tables across environments",
         "file": "sql/pgclone--3.6.0.sql",
         "version": "3.6.0"
      }
   },
   "tags": ["clone", "replication", "migration", "schema", "database", "table", "masking", "anonymization"],
   "resources": {
      "bugtracker": {
         "web": "https://github.com/valehdba/pgclone/issues"
      },
      "repository": {
         "type": "git",
         "url": "https://github.com/valehdba/pgclone.git",
         "web": "https://github.com/valehdba/pgclone"
      }
   }
}
