update readme 2
This commit is contained in:
parent
6faee6cedd
commit
45c7e94096
1 changed files with 3 additions and 0 deletions
|
@ -16,10 +16,13 @@ apri testing/index.html
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
```bash
|
||||||
|
|
||||||
#Comandi utili per vedere dati db su mongosh
|
#Comandi utili per vedere dati db su mongosh
|
||||||
mongosh
|
mongosh
|
||||||
show dbs
|
show dbs
|
||||||
use simple_db
|
use simple_db
|
||||||
show collections
|
show collections
|
||||||
db.items.find()
|
db.items.find()
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue