{ "name": "pgmq", "abstract": "A message queue for PostgreSQL", "description": "This library contains a two PostgreSQL extensions, pgmq for queues and pg_partman for managing partitions", "version": "0.2.0", "maintainer": [ "CoreDB " ], "license": "apache_2_0", "prereqs": { "runtime": { "requires": { "PostgreSQL": "15.0.0" } } }, "provides": { "pgmq": { "file": "sql/pgmq.sql", "abstract": "A message queue for PostgreSQL", "docfile": "README.md", "version": "0.2.0" } }, "resources": { "repository": { "url": "https://github.com/CoreDB-io/coredb.git", "web": "https://github.com/CoreDB-io/coredb", "type": "git" } }, "generated_by": "Adam at Coredb", "meta-spec": { "version": "1.0.0", "url": "https://pgxn.org/meta/spec.txt" }, "tags": [ "messaging", "queues", "fifo" ] }