forked from plproxy/plproxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
META.json
52 lines (52 loc) · 1.28 KB
/
META.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "plproxy",
"abstract": "Database partitioning implemented as procedural language",
"description": "PL/Proxy is database partitioning system implemented as PL language.",
"version": "2.8.0",
"maintainer": [
"Marko Kreen <[email protected]>"
],
"license": {
"ISC": "http://www.opensource.org/licenses/ISC"
},
"provides": {
"plproxy": {
"abstract": "Database partitioning implemented as procedural language",
"file": "sql/plproxy.sql",
"docfile": "doc/tutorial.md",
"version": "2.8.0"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "8.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"
]
}