mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
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:
parent
25e9127db9
commit
49e9b34b3f
3 changed files with 101 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -22,3 +22,4 @@ reports
|
|||
|
||||
dev/
|
||||
.venv/
|
||||
.conda/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue