{ "name": "plproxy", "abstract": "Database partitioning implemented as procedural language", "description": "PL/Proxy is database partitioning system implemented as PL language.", "version": "2.4.0", "maintainer": [ "Marko Kreen " ], "license": { "ISC": "http://www.opensource.org/licenses/ISC" }, "provides": { "plproxy": { "abstract": "Database partitioning implemented as procedural language", "file": "sql/plproxy.sql", "docfile": "doc/tutorial.txt", "version": "2.4.0" } }, "prereqs": { "runtime": { "requires": { "PostgreSQL": "8.3.0" } } }, "resources": { "homepage": "http://wiki.postgresql.org/wiki/PL/Proxy", "bugtracker": { "web": "http://github.com/markokr/plproxy-dev/issues/" }, "repository": { "url": "https://github.com/markokr/plproxy-dev.git", "web": "https://github.com/markokr/plproxy-dev/", "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" ] }