forked from hackolade/ArangoDB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.29 KB
/
package.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
52
53
{
"name": "ArangoDB",
"version": "0.1.7",
"versionDate": "2022-07-17",
"author": "hackolade",
"engines": {
"hackolade": "6.2.4",
"hackoladePlugin": "1.0.0"
},
"contributes": {
"target": {
"applicationTarget": "ArangoDB",
"title": "ArangoDB",
"versions": [
"3.x"
]
},
"features": {
"views": {
"viewLevel": "container",
"includeGraphConnections": true,
"disablePipelines": true
},
"jaySchemaHasRequiredPatternField": false,
"nestedCollections": {
"isVirtual":true,
"hasMultipleParents":true
},
"graphDB": true,
"relationships": {
"connectOnEntityLevel": true,
"connectOnFieldLevel": true,
"hasData": true
},
"enableForwardEngineering": {
"jsonDocument": true,
"jsonSchema": true,
"excel": true,
"plugin": false
},
"enableReverseEngineering": {
"jsonDocument": true,
"jsonSchema": true,
"ddl": true,
"xsd": true,
"excel": true,
"plugin": false
}
}
},
"description": "Hackolade plugin for ArangoDB",
"disabled": false
}