Commit e9bbf726 authored by Сергей Вдовин's avatar Сергей Вдовин
Browse files

Update README.md

No related merge requests found
Showing with 7 additions and 4 deletions
+7 -4
......@@ -25,10 +25,13 @@ Process finished with exit code 0
## MongoDB Compass console
```
use SeriesDB
'switched to db SeriesDB'
db.series.find({})
{ _id: ObjectId("6258b3e32c8403a75714b2e5"),
> use SeriesDB
< 'switched to db SeriesDB'
> db.series.find({})
< { _id: ObjectId("6258b3e32c8403a75714b2e5"),
message: '{\'message\' : \'hello\', \'name\' : \'Ivan\'}',
date: '2022-04-15',
time: '2:53:7' }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment