Skip to content

Instantly share code, notes, and snippets.

@cristopher-rodrigues
Created October 9, 2017 17:31
Show Gist options
  • Save cristopher-rodrigues/4fac20773a3ea4c112faaf73731be769 to your computer and use it in GitHub Desktop.
Save cristopher-rodrigues/4fac20773a3ea4c112faaf73731be769 to your computer and use it in GitHub Desktop.
mongo drop db
use mydb
db.dropDatabase();
> { "dropped" : "mydb", "ok" : 1 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment