forked from coreyhuinker/pmpp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMETA.json
43 lines (43 loc) · 1.33 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
{
"name": "pmpp",
"abstract": "Poor Man's Parallel Processing",
"description": "Leverage libpq in asynchronous mode to run result-set-similar queries against one or more databases and return the results as a single result set",
"version": "1.2.3",
"maintainer": [ "Corey Huinker <[email protected]>" ],
"license": "postgresql",
"generated_by": "Corey Huinker",
"provides": {
"pmpp": {
"abstract": "Leverage libpq in asynchronous mode to run result-set-similar queries against one or more databases and return the results as a single result set",
"file": "sql/pmpp.sql",
"docfile": "doc/pmpp.md",
"version": "1.2.3"
}
},
"release_status": "stable",
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.4.0"
}
}
},
"resources": {
"bugtracker": {
"web": "https://github.com/coreyhuinker/pmpp/issues"
},
"repository": {
"url": "git://github.com/coreyhuinker/pmpp.git" ,
"web": "https://github.com/coreyhuinker/pmpp",
"type": "git"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"parallel",
"meta"
]
}