Mongo 23.06.2024

This commit is contained in:
StNicolay 2024-06-23 11:55:32 +03:00
parent c5ed6d5ae8
commit f88592aee4
Signed by: StNicolay
GPG Key ID: 9693D04DCD962B0D

13
Mongo/Mongo.md Normal file
View File

@ -0,0 +1,13 @@
# MongoDB
## Установка
Воспользуйтесь докером, бога ради
## Команды
```mongo
use test
db.users.insertOne({name: "Nick"})
db.users.find()
```