From 45c7e9409662d6d7b3ac160c59423da9cd5655b8 Mon Sep 17 00:00:00 2001 From: Aleeeehh Date: Sat, 2 Aug 2025 02:24:46 +0200 Subject: [PATCH] update readme 2 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 758c488..4f9d16e 100644 --- a/README.md +++ b/README.md @@ -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() + ```