1 example for mongo
# Connects to mongo server, running on local machine
mongo
# Connects to a particular database 'mydb' on mongo server, running on local machine
mongo mydb
# Connects to mongo server, running on local machine
mongo
# Connects to a particular database 'mydb' on mongo server, running on local machine
mongo mydb