Daily Archive: January 29, 2017

MongoDB Mini User Guide

Shell Mongo : > mongo Once you are in terminal/command line, access the database/collection you want to use as follows: show dbs use <db name> show collections choose your collection and type the following...