forked from pg-fdw/db2_fdw
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMETA.json
More file actions
34 lines (34 loc) · 1002 Bytes
/
META.json
File metadata and controls
34 lines (34 loc) · 1002 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
{
"name": "db2_fdw",
"abstract": "PostgreSQL Data Wrappper to DB2 databases",
"description": "With the Data Wrapper you can acces DB2 Tabels. Not supported for all Data Types (BLOB over 2 GByte)",
"version": "18.1.1",
"maintainer": [
"Thomas Muenz <thomas.muenz@living-mainframe.de>"
],
"license": "postgresql",
"provides": {
"db2_fdw": {
"abstract": "PostgreSQL Data Wrappper to DB2 databases",
"file": "sql/db2_fdw.sql",
"docfile": "doc/db2_fdw.md",
"version": "18.1.1"
}
},
"resources": {
"repository": {
"url": "https://github.com/Living-Mainframe/db2_fdw.git",
"web": "https://github.com/Living-Mainframe/db2_fdw",
"type": "git"
}
},
"generated_by": "Thomas Muenz",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"DB2 Data Wrapper",
"foreign data wrapper"
]
}