javascript #database #nativeapp
Hey there. So, i'm create a piece of software for the local comunity, i've decided for javascript but now i'm having problems creating a local database... I've seen projects like sql.js and taffyDB and can't put them to work...
What is the best, easyest way, with no dependencies to store a database with arround 2000 records (list of associates of the local club) in a file? doesn't need to be sqlite or other stroctured database, would be fine with something like csv or jason... I've spend hours searching, but guess this isn't how people usualy use JS (local app) and there is barely any documentation on projects like the one i mentioned.
So, my questions: Why can't I use sql.js? Am I just doing something wrong? other alternatives?
I'll be using Electron to deploy the app, or if possible just the files (like a webapp but with local files)
Bare in mind that altough I'de have some knowlage, I stoped codding for a few years and starting again