skip to content
Med Java
User Tools
Log In
Site Tools
Search
Tools
Show pagesource
Old revisions
Backlinks
Recent Changes
Media Manager
Sitemap
Log In
>
Recent Changes
Media Manager
Sitemap
Trace:
•
commands
mongo:commands
Table of Contents
Show databases
Switch to a database
List tables
Select all from a table
Select all and format json output
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.txt
· Last modified: 2018/11/07 15:31 by
odefta
Page Tools
Show pagesource
Old revisions
Backlinks
Back to top