MongoDB
Installation
- https://www.mongodb.com/try/download/shell
Usage
Connect to the mongodb with the IP and port mongosh --host <IP>:27017
Basic commands
show dbsuse <db>show collectionsdb.<collection>.find()
Connect to the mongodb with the IP and port mongosh --host <IP>:27017
show dbsuse <db>show collectionsdb.<collection>.find()