forked from hackolade/Cassandra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 872 Bytes
/
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
{
"name": "Cassandra",
"version": "0.1.130",
"versionDate": "2023-08-11",
"author": "hackolade",
"engines": {
"hackolade": "5.4.7",
"hackoladePlugin": "1.2.0"
},
"contributes": {
"target": {
"applicationTarget": "CASSANDRA",
"title": "Cassandra Datastax",
"versions": [
"2.x",
"3.x",
"4.x",
"DSE 4.x",
"DSE 5.x",
"DSE 6.x",
"Astra DB"
]
},
"features": {
"views": true,
"nestedCollections": false,
"disablePatternField": true,
"enableForwardEngineering": true,
"disableMultipleTypes": true,
"enableReverseEngineering": true,
"disableChoices": true,
"enableJsonType": true,
"FEScriptCommentsSupported": true,
"relationships": {
"compositeRelationships": {
"allowRelationshipsForNonPrimaryKey": true
}
}
}
},
"description": "Hackolade plugin for Cassandra Datastax"
}