forked from hackolade/PostgreSQL
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.49 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.49 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
50
51
{
"name": "PostgreSQL",
"version": "0.1.41",
"versionDate": "2023-04-21",
"author": "hackolade",
"engines": {
"hackolade": "6.1.2",
"hackoladePlugin": "1.2.0"
},
"contributes": {
"target": {
"applicationTarget": "PostgreSQL",
"title": "PostgreSQL",
"versions": [
"v10.x",
"v11.x",
"v12.x",
"v13.x",
"v14.x",
"v15.x"
]
},
"features": {
"nestedCollections": false,
"disablePatternField": false,
"disableMultipleTypes": true,
"enableForwardEngineering": true,
"disableReverseEngineering": false,
"disableChoices": true,
"enableJsonType": true,
"useJsonTypesWithComplexTypes": true,
"reverseSchemaIntoOneColumn": true,
"disableDenormalization": true,
"enableComplexTypesNormalization": true,
"views": {
"enabled": true,
"viewLevel": "model",
"disablePipelines": true
},
"relationships": {
"compositeRelationships": true
},
"FEScriptCommentsSupported": true,
"enableFetchSystemEntitiesCheckbox": true,
"discoverRelationships": true
}
},
"description": "Hackolade plugin for PostgreSQL",
"icon_url": "logo.jpg",
"disabled": false
}