Skip to content

Instantly share code, notes, and snippets.

@isabellachen
Last active October 10, 2017 13:52
Show Gist options
  • Save isabellachen/3c29d9dbb16b280df0d49c275b14f35d to your computer and use it in GitHub Desktop.
Save isabellachen/3c29d9dbb16b280df0d49c275b14f35d to your computer and use it in GitHub Desktop.
Listing documents in collection in Mongo DB
$ mongo
$ show dbs
$ use myDatabase
$ show collections
$ db.myDatabase.find()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment