User Tools

Site Tools


mongo:commands

This is an old revision of the document!


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**()
mongo/commands.1541597450.txt.gz · Last modified: 2023/07/04 19:36 (external edit)