Repo of the Day
Entry #744
Published: Apr 14, 2025
Open repository ↗This didn't work out for me for some reason, but for a simple settings/json store in electron it is easy enough to use lowDb, which has a json mode to assure that atomic updates to the file are made, and I'm pairing that with safeStorage to make sure that I can encrypt a key via that, then store it encrypted in the json, and then use that to encrypt the sqlite database. I don't know how good of a solution that is, but it seems like something that could be viable.