Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

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.

Image Removed

 

Hat man eine Collection ausgewählt, erscheint nun eine Liste aller Collection Funktionen.

Image Removed

...

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.

Image Added

 

After choosing a collection, a list of all collection functions shows up.

Image Added

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/

...