Daisy based key value store with recursion ========================== ### *class* Daisy.Store.Store(store: str, path: str, nodeNickname: str) 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)