Zmiana skorupy Mongo DB

# Change DB - also sets the mongo shell variable 'db' to the current database
use <db_name>

# Show DB list
show dbs
Tomanator