piermesh/docs/Daisy/Store.md

14 lines
329 B
Markdown
Raw Permalink Normal View History

2024-08-02 04:27:56 +00:00
<a id="store-daisy-key-value-store"></a>
# Store: Daisy key value store
2024-08-01 01:09:11 +00:00
### *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)