You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the mongo shell, I frequently find myself using the show databases and show collections commands. (It is really useful for debugging situations where I have misspelled or misremembered a database or collection name).
You demonstrate how to do this in the manual using the $run() command, but they are probably used often enough to warrant their own methods.
The text was updated successfully, but these errors were encountered:
In the mongo shell, I frequently find myself using the
show databases
andshow collections
commands. (It is really useful for debugging situations where I have misspelled or misremembered a database or collection name).You demonstrate how to do this in the manual using the
$run()
command, but they are probably used often enough to warrant their own methods.The text was updated successfully, but these errors were encountered: