Mongo CLI
show dbs
- list all dbsuse <never-forget>
- use the Never Forget dbshow collections
- show all collections in the current dbdb.users.find()
- get all documents from the collection usersdb.insertOne({})
show dbs
- list all dbsuse <never-forget>
- use the Never Forget dbshow collections
- show all collections in the current dbdb.users.find()
- get all documents from the collection usersdb.insertOne({})