...
Tipp |
---|
A list of all MongoDB aggregation framework commands can be found on: http://docs.mongodb.org/manual/meta/aggregation-quick-reference/ |
...
Console-
...
Hier gibt es 2 mögliche Arten von Autocomplete. Zunächst werden nach der Eingabe "db." die Collections der aktuellen Datenbank angezeigt. Darunter folgt eine Liste mit den Datenbank Funktionen.
Hat man eine Collection ausgewählt, erscheint nun eine Liste aller Collection Funktionen.
...
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.
After choosing a collection, a list of all collection functions shows up.
Tipp |
---|
A 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/ |
...