====== Show databases ====== show dbs ====== Switch to a database ====== use umcft ====== List tables ====== show collections ====== Select all from a table ====== db.STFlowConfig.find() ====== Select all and format json output ====== db.STFlowConfig.find().pretty()