{ "name": "pair", "abstract": "A key/value pair data type", "description": "This library contains a single PostgreSQL extension, a key/value pair data type called `pair`, along with a convenience function for constructing key/value pairs.", "version": "0.1.1", "maintainer": [ "David E. Wheeler " ], "license": "postgresql", "provides": { "pair": { "file": "sql/pair.sql", "version": "0.1.1" } }, "resources": { "bugtracker": { "web": "http://github.com/theory/kv-pair/issues/" }, "repository": { "url": "git://github.com/theory/kv-pair.git", "web": "http://github.com/theory/kv-pair/", "type": "git" } }, "generated_by": "David E. Wheeler", "meta-spec": { "version": "1.0.0", "url": "http://pgxn.org/meta/spec.txt" }, "tags": [ "variadic function", "ordered pair", "pair", "key value", "key value pair" ] }