Update README.md

This commit is contained in:
Григорий Сафронов 2026-02-28 19:53:05 +00:00
parent c997e5c272
commit a5cfb554a7

View File

@ -487,6 +487,9 @@ Document created with ID: a1b2c3d4-e5f6-7890-abcd-ef1234567890
futriix:~> create users '{"name": "Мария", "age": 30, "city": "Санкт-Петербург"}'
Document created with ID: b2c3d4e5-f6g7-8901-bcde-f23456789012
futriix:~> delete users "b2c3d4e5-f6g7-8901-bcde-f23456789012"
Document deleted from collection 'users': b2c3d4e5-f6g7-8901-bcde-f23456789012
futriix:~> list users
Documents in collection: [{"_id":"a1b2c3d4-e5f6-7890-abcd-ef1234567890","name":"Иван","age":25,"city":"Москва"},{"_id":"b2c3d4e5-f6g7-8901-bcde-f23456789012","name":"Мария","age":30,"city":"Санкт-Петербург"}]