{ "name": "plproxy", "abstract": "Database partitioning implemented as procedural language", "description": "PL/Proxy is database partitioning system implemented as PL language.", "version": "2.10.0", "maintainer": [ "Marko Kreen " ], "license": { "ISC": "http://www.opensource.org/licenses/ISC" }, "provides": { "plproxy": { "abstract": "Database partitioning implemented as procedural language", "file": "sql/pgxn.sql", "docfile": "doc/tutorial.md", "version": "2.10.0" } }, "prereqs": { "runtime": { "requires": { "PostgreSQL": "9.3.0" } } }, "resources": { "homepage": "https://plproxy.github.io/", "bugtracker": { "web": "https://github.com/plproxy/plproxy/issues/" }, "repository": { "url": "https://github.com/plproxy/plproxy", "web": "https://github.com/plproxy/plproxy", "type": "git" } }, "generated_by": "David E. Wheeler", "meta-spec": { "version": "1.0.0", "url": "http://pgxn.org/meta/spec.txt" }, "tags": [ "proxy", "sharding", "rpc", "remote procedue call", "procedural language", "sql med", "PL" ] }