akshay-nm/nightmoves

Setup node-persist

Opened this issue · 0 comments

Right now I am using fs module of node.js to save data. I want to shift to something more robust, easy to use solution. I am not interested in cloud-stores and dockerised databases as they might be an overkill. Node-persist is a json-file based solution. API is similar to that of local storage in browsers.