{ "name": "currency", "abstract": "Enumerable currency list, stored in a single-byte, fixed-length type.", "version": "0.0.2", "maintainer": [ "Chris Travers ", "Manuel Kniep " ], "license": { "PostgreSQL": "http://www.postgresql.org/about/licence" }, "provides": { "currency": { "file": "sql/pg-currency.sql", "version": "0.0.2", "abstract": "Enumerable currency list, stored in a single-byte, fixed-length type." } }, "meta-spec": { "version": "1.0.0", "url": "http://pgxn.org/meta/spec.txt" }, "description": "This extnesion effectively provides a currency list as an enumerable one-byte integer, ideal for analytics workloads. The currency list will be updated as needed.", "prereqs": { "runtime": { "requires": { "PostgreSQL": "9.3.0" } } }, "resources": { "bugtracker": { "web": "http://github.com/adjust/pg-currency/issues" }, "repository": { "url": "git://github.com/adjust/pg-currency.git", "web": "http://github.com/adjust/pg-currency ", "type": "git" } } }