Consider merging with https://github.com/jviotti/electron-json-storage
bernardoadc opened this issue · 3 comments
bernardoadc commented
https://github.com/jviotti/electron-json-storage has a few more functionalities, like has, keys and clear.
Both are great projects, though similar!
odensc commented
No promises though, that's the killer for me.
jpschw commented
the other should just list deprecated and link to this one imo
ranyitz commented
electron-json-storage tries to mimic the "localStorage" api, and therefor keeps the stored json files on one level, which enables methods like "keys".
I wanted an easy way to work with the storage and to design it the way i want.
- Promises.
- subdirectories.
And in the future:
- not limit it to json only.
- encrypt the data.