-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMETA.json
42 lines (42 loc) · 1.15 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
{
"name": "pgcollection",
"abstract": "A collection data type",
"description": "pgcollection is a memory optimized data type for PostgreSQL used as a high performance data structure inside of plpglsql functions to create associative arrays",
"version": "0.9.1",
"maintainer": "Jim Mlodgenski <[email protected]>",
"license": "apache_2_0",
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "14.0.0"
}
}
},
"provides": {
"pgcollection": {
"file": "sql/collection--0.9.1.sql",
"docfile": "pgcollection.md",
"version": "0.9.1"
}
},
"resources": {
"bugtracker": {
"web": "https://github.com/aws/pgcollection/issues"
},
"repository": {
"url": "https://github.com/aws/pgcollection.git" ,
"web": "https://github.com/aws/pgcollection",
"type": "git"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "https://pgxn.org/meta/spec.txt"
},
"tags": [
"data type",
"compatibility",
"associative array",
"key value"
]
}