Hacker News new | ask | show | jobs
by chovybizzass 1778 days ago
bummer on not being able to write to sqlite. I am using neocities and was wonder how i could get a db into play
2 comments

Depending on how often you need to write, you could use a CI pipeline on a cron to collect your updates, add them to a the sqlite file and commit the changes.
I don't think it would be impossible, although I think it may be easier to just use a JavaScript Git client and something like Critic markup to make changes.