-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMETA.json
More file actions
49 lines (49 loc) · 1.38 KB
/
META.json
File metadata and controls
49 lines (49 loc) · 1.38 KB
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
{
"name": "pg_sheet_fdw",
"abstract": "foreign data wrapper for access to SheetReader",
"description": "This Foreign Data Wrapper gives Postgresql access to SheetReader, which is a fast Excel sheet reader. It enables Postgresql to access local .xlsx files (Excel Sheets) as foreign tables.",
"version": "0.1.2",
"maintainer": "polydbms",
"license": [
"mit"
],
"provides": {
"pg_sheet_fdw": {
"abstract": "foreign data wrapper for access to SheetReader",
"file": "pg_sheet_fdw--0.1.2.sql",
"docfile": "README.md",
"version": "0.1.2"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "13.0.0"
},
"recommends": {
"PostgreSQL": "16.0.0"
}
}
},
"resources": {
"bugtracker": {
"web": "https://github.com/polydbms/pg_sheet_fdw/issues"
},
"repository": {
"url": "git://github.com/polydbms/pg_sheet_fdw.git",
"web": "https://github.com/polydbms/pg_sheet_fdw",
"type": "git"
}
},
"generated_by": "Midhun KV",
"meta-spec": {
"version": "1.0.0",
"url": "https://pgxn.org/meta/spec.txt"
},
"tags": [
"fdw",
"excel",
"xlsx",
"foreign data wrapper"
]
}