{ "name": "pg_dispatch", "abstract": "Asynchronous SQL dispatcher", "description": "A TLE compliant asynchronous SQL dispatcher, allowing you to run SQL queries asynchronously.", "version": "0.1.3", "maintainer": "Snehil Shah ", "license": "postgresql", "provides": { "pg_dispatch": { "abstract": "Asynchronous SQL dispatcher", "file": "pg_dispatch--0.1.3.sql", "docfile": "README.md", "version": "0.1.3" } }, "prereqs": { "runtime": { "requires": { "PostgreSQL": ">= 13.0.0", "pg_cron": ">= 1.5.0" } } }, "resources": { "bugtracker": { "web": "https://github.com/Snehil-Shah/pg_dispatch/issues/" }, "repository": { "url": "git://github.com/Snehil-Shah/pg_dispatch.git", "web": "https://github.com/Snehil-Shah/pg_dispatch/", "type": "git" } }, "generated_by": "Snehil Shah", "meta-spec": { "version": "1.0.0", "url": "https://pgxn.org/meta/spec.txt" }, "tags": [ "async", "dispatcher", "promise", "defer", "pg_late", "pg_tle" ] }