1
0
Fork 0
arangodb/Doxygen/Examples.Durham/modules-require-2

11 lines
231 B
Plaintext

> ./avocado --shell --startup.modules-path "/tmp/path1;/tmp/path2" /tmp/vocbase
AvocadoDB shell [V8 version 3.6.5.1, DB version 1 (9727)]
avocado> var test1 = require("test1");
avocado> test1.const1;
1
avocado> test1.func1();
1