feat(storage): add get_value method to MongoStorage

Implement get_value method for MongoStorage that retrieves
individual values from storage data using MongoDB projections.

Add comprehensive test coverage for the new method.
This commit is contained in:
Вадим Христенко 2025-04-05 19:45:22 +00:00
parent 25e9127db9
commit 49e9b34b3f
3 changed files with 101 additions and 1 deletions

1
.gitignore vendored
View file

@ -22,3 +22,4 @@ reports
dev/
.venv/
.conda/