mirror of https://gitee.com/bigwinds/arangodb
issue #869: added small documentation for executing scripts
This commit is contained in:
parent
f728f5ce2b
commit
775fc5275d
|
@ -59,6 +59,13 @@ For a list of available methods for the `db` object, type
|
|||
|
||||
arangosh> db._help();
|
||||
|
||||
Note that it also possible to execute scripts in arangosh and pass parameters
|
||||
to the file, e.g.:
|
||||
|
||||
> arangosh --javascript.execute myscript.js parameter1 parameter2
|
||||
|
||||
Inside the script you can use the "ARGUMENTS" array to access the parameters.
|
||||
|
||||
ArangoDB Shell Output {#UserManualArangoshOutput}
|
||||
=================================================
|
||||
|
||||
|
|
Loading…
Reference in New Issue