forked from tds-fdw/tds_fdw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
META.json
51 lines (51 loc) · 1.12 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
44
45
46
47
48
49
50
51
{
"name": "tds_fdw",
"abstract": "TDS Foreign data wrapper",
"description": "This library contains a single PostgreSQL extension, a foreign data wrapper called \"tds_fdw\". It can be used to communicate with Microsoft SQL Server and Sybase databases.",
"version": "2.0.3",
"maintainer": [
"Geoff Montee <[email protected]>"
],
"license": "postgresql",
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.2.0"
}
}
},
"provides": {
"tds_fdw": {
"abstract": "TDS Foreign data wrapper",
"file": "sql/tds_fdw.sql",
"docfile": "README.md",
"version": "2.0.3"
}
},
"resources": {
"bugtracker": {
"web": "https://github.com/tds-fdw/tds_fdw/issues"
},
"repository": {
"url": "https://github.com/tds-fdw/tds_fdw.git",
"web": "https://github.com/tds-fdw/tds_fdw",
"type": "git"
}
},
"generated_by": "Geoff Montee",
"release_status": "stable",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"tds_fdw",
"foreign data wrapper",
"fdw",
"tds",
"tabular data stream",
"sybase",
"microsoft sql server",
"sql server"
]
}