MongoDB CLI
↔ can CRUD on DB via CLI to create/query/update/delete docs from terminal - but maybe simpler to just use compass instead?!
show dbs
print list of db & GB size
db._myDBname.find()