piermesh/docs/Daisy/Store.md

14 lines
326 B
Markdown
Raw Normal View History

2024-08-01 01:09:11 +00:00
Daisy based key value
store with recursion
==========================
### *class* Daisy.Store.Store(store: str, path: str, nodeNickname: str)
2024-08-01 22:03:59 +00:00
Key value store
[🔗 Source](https://git.utopic.work/PierMesh/piermesh/src/branch/main/Daisy/Store.py)
#### getRecord(key: str)
#### update(entry: str, data, recur: bool = True)