Cocycles/electron-storage

Consider merging with https://github.com/jviotti/electron-json-storage

bernardoadc opened this issue · 3 comments

https://github.com/jviotti/electron-json-storage has a few more functionalities, like has, keys and clear.

Both are great projects, though similar!

No promises though, that's the killer for me.

the other should just list deprecated and link to this one imo

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.