Skip to content

Commit bc4dd17

Browse files
committed
Add example for use with 2.8
1 parent 0013ea4 commit bc4dd17

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ let db = arangojs({
6666
url: `http://${username}:${password}@${host}:${port}`,
6767
databaseName: database
6868
});
69+
70+
// Using ArangoDB 2.8 compatibility mode
71+
let db = arangojs({
72+
arangoVersion: 20800
73+
});
6974
```
7075

7176
# API

0 commit comments

Comments
 (0)