arangosh> db._help(); --------------------------- ArangoDatabase (db) help --------------------------- Administration Functions: _help() this help _flushCache() flush and refill collection cache Collection Functions: _collections() list all collections _collection() get collection by identifier/name _create(, ) creates a new collection _createEdgeCollection() creates a new edge collection _drop() delete a collection Document Functions: _document() get document by handle (_id) _replace(, , ) overwrite document _update(, , , partially update document ) _remove() delete document _exists() checks whether a document exists _truncate() delete all documents Database Management Functions: _createDatabase() creates a new database _dropDatabase() drops an existing database _useDatabase() switches into an existing database _drop() delete a collection _name() name of the current database Query / Transaction Functions: _executeTransaction() execute transaction _query() execute AQL query _createStatement() create and return AQL query