How to save user data in electron.js app?

Viewed 2571

I seek to save user data for my electron.js app. The app has a graph with adjustable values, which disappear when relaunching the app. Demo: https://puu.sh/Bx5Or/ffb0382d0c.gif

How do I preserve these values? Can (and should) it be done with SQL?

1 Answers
Related