MongoDB

Shell

Start the shell with the client <mongodb>/bin/mongo.

You can add the database as a parameter

  <mongodb>/bin/mongo local

The collection is used as a the first part after the db command in the shell.

  db.iledocs.find()