-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathMETA.json
34 lines (34 loc) · 996 Bytes
/
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
{
"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": "6.0.1",
"maintainer": [
"Wolfgang Brandl <brandl.wolfgang@icloud.com>"
],
"license": "postgresql",
"provides": {
"db2_fdw": {
"abstract": "PostgreSQL Data Wrappper to DB2 databases",
"file": "sql/db2_fdw.sql",
"docfile": "doc/db2_fdw.md",
"version": "6.0.1"
}
},
"resources": {
"repository": {
"url": "https://github.com/wolfgangbrandl/db2_fdw.git",
"web": "https://github.com/wolfgangbrandl/db2_fdw",
"type": "git"
}
},
"generated_by": "Wolfgang Brandl",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"DB2 Data Wrapper",
"foreign data wrapper"
]
}