Skip to content

Instantly share code, notes, and snippets.

@garudareiga
Last active January 1, 2016 21:19
Show Gist options
  • Save garudareiga/8203034 to your computer and use it in GitHub Desktop.
Save garudareiga/8203034 to your computer and use it in GitHub Desktop.
Basic MongoDB commands

Connect to a Database

  • To report the name of the current database
    db
  • To display the list of databases
    show dbs
  • To switch to a new database
    use <database_name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment