Skip to content

Instantly share code, notes, and snippets.

@DmitryevichD
Created February 23, 2022 11:27
Show Gist options
  • Save DmitryevichD/d88df81f4c123998ad6ed44bd7f1ef77 to your computer and use it in GitHub Desktop.
Save DmitryevichD/d88df81f4c123998ad6ed44bd7f1ef77 to your computer and use it in GitHub Desktop.
[Mongo] #mongo

Admin

show databases - show available databases

show collections - show collections in current database

use <database> - do database with name as default

Collections

Find

db.<collectonName>.find() - get all elements from

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment