json-file-store
json-file-store copied to clipboard
Key / File Management
Hey, I find this idea of this kind of storage very interesting. But one thing is missing I think: a way to manage the files that got stored - meaning to read what files exist (maybe based on a regex pattern selectable).
Just a thought :)
Feel free to create a PR or a concrete concept :)
The first idea that comes to mind for me - looking at the Store.coffee:
Exposing readIDs
to the public so that one does not have to write a function to list the directory content. And then can filter through them via something like lodash?
sounds good :)