-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathMETA.json
More file actions
38 lines (38 loc) · 955 Bytes
/
META.json
File metadata and controls
38 lines (38 loc) · 955 Bytes
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
{
"name": "hive_fdw",
"abstract": "HIVE FDW for PostgreSQL 11+",
"description": "This extension implements a Foreign Data Wrapper for Hive.",
"version": "4.0",
"maintainer": [
"Denis Lussier <denis@lussier.io>"
],
"license": "postgresql",
"provides": {
"hive_fdw": {
"abstract": "HIVE FDW for PostgreSQL 11+",
"file": "hive_fdw--4.0.sql",
"docfile": "README",
"version": "4.0"
}
},
"resources": {
"bugtracker": {hive
"web": "https://github.com/bigsql/hive_fdw/issues"
},
"repository": {
"url": "https://github.com/pgsql-io/hive_fdw.git",
"web": "https://github.com/pgsql-io/hive_fdw",
"type": "git"
}
},
"generated_by": "Denis Lussier",
"meta-spec": {
"version": "4.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"fdw",
"hive",
"foreign data wrapper"
]
}