====== MongoDB ====== ===== Shell ===== Start the shell with the client ''/bin/mongo''. You can add the database as a parameter /bin/mongo local The collection is used as a the first part after the db command in the shell. db.iledocs.find() {{tag>mongodb}}