mirror of https://gitee.com/bigwinds/arangodb
shell
This commit is contained in:
parent
c3ed58f484
commit
d06418af02
|
@ -398,15 +398,6 @@
|
||||||
|___/
|
|___/
|
||||||
|
|
||||||
Welcome to arangosh 0.5.1. Copyright (c) 2012 triAGENS GmbH.
|
Welcome to arangosh 0.5.1. Copyright (c) 2012 triAGENS GmbH.
|
||||||
|
|
||||||
------------------------------------- Help -------------------------------------
|
|
||||||
Example:
|
|
||||||
> db._collections(); list all collections
|
|
||||||
> db.<coll_name>.all(); list all documents
|
|
||||||
> id = db.<coll_name>.save({ ... }); save a document
|
|
||||||
> db.<coll_name>.remove(<_id>); delete a document
|
|
||||||
> db.<coll_name>.document(<_id>); get a document
|
|
||||||
> help show help pages
|
|
||||||
</pre><br><br>
|
</pre><br><br>
|
||||||
</div>
|
</div>
|
||||||
<form>
|
<form>
|
||||||
|
|
Loading…
Reference in New Issue