update readme 2

This commit is contained in:
Alessio Prato 2025-08-02 02:24:46 +02:00
parent 6faee6cedd
commit 45c7e94096

View file

@ -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()
```