peetzweg / diarydash-deprecated

Browser homepage for daily diary writing
diarydash.com
5 stars 0 forks source link

Use mini database lib for local storage persistency #24

Closed peetzweg closed 7 years ago

peetzweg commented 8 years ago

replace own dirty implementation of local storage persistency with something like mini mongo. Also enables requested features more easily!

https://github.com/mWater/minimongo

peetzweg commented 8 years ago

nedb seems very promising, just tried it. Very easy to use and no other requirements! Persistence in local storage, super awesome. And no server side sync like mini mongo, which is nice!

https://github.com/louischatriot/nedb

peetzweg commented 7 years ago

how about using native browser db? https://developer.mozilla.org/de/docs/IndexedDB

peetzweg commented 7 years ago

I made use of indexDB in the new react branch which is by now in live testing.