1
0
Fork 0

updated docs

This commit is contained in:
Jan Steemann 2013-08-21 12:30:05 +02:00
parent 7ade1573c4
commit 1dbe3e0cd8
1 changed files with 2 additions and 0 deletions

View File

@ -176,6 +176,8 @@ advantage that you can use auto-completion.
db: ArangoDatabase
Example:
> db._collections(); list all collections
> db._create(<coll_name>); create a new collection
> db._drop(<coll_name>); drop a collection
> db.<coll_name>.all(); list all documents
> id = db.<coll_name>.save({ ... }); save a document
> db.<coll_name>.remove(<_id>); delete a document