...
Tipp |
---|
A list of all MongoDB aggregation framework commands can be found on: http://docs.mongodb.org/manual/meta/aggregation-quick-reference/ |
...
Console-
...
mode
There are two possible ways of autocompletion here. First the collections of the actual database is shown after the input of "db." followed by a list of database functions.
Hat man eine Collection ausgewählt, erscheint nun eine Liste aller Collection
FunktionenAfter choosing a collection, a list of all collection functions shows up.
Tipp |
---|
Ein Liste aller MongoDB Datenbank Funktionen findet man hierA list of all MongoDB database functions can be found on: http://docs.mongodb.org/manual/reference/method/js-database/ |
Tipp |
---|
Ein Liste aller MongoDB Collection Funktionen findet man hierA list of all MongoDB collection functions can be found on: http://docs.mongodb.org/manual/reference/method/js-collection/ und http://docs.mongodb.org/manual/reference/method/js-cursor/ |
...