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
|
||||
mongosh
|
||||
show dbs
|
||||
use simple_db
|
||||
show collections
|
||||
db.items.find()
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue