Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Mongo CLI

Sharad Agarwal edited this page Mar 7, 2020 · 7 revisions

List the databases:

show dbs

Create/use a database:

use

See collections inside a database:

show collections

Clone this wiki locally