12 ms·
bummer on not being able to write to sqlite. I am using neocities and was wonder how i could get a db into play
by chovybizzass 5y 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
- encryptluks2 5y agoI 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.
- levi_n 5y agoDepending 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.