Skip to content

Instantly share code, notes, and snippets.

@ali80
ali80 / mongodb_cheat_sheet.md
Last active March 15, 2021 16:40 — forked from bradtraversy/mongodb_cheat_sheet.md
MongoDB Cheat Sheet

MongoDB Cheat Sheet

short commands

show dbs

command desc
show dbs
db Show Current Database
use acme create/switch db
show collections