Hacker News new | ask | show | jobs
by tekbruh9000 252 days ago
This year I started using an SQLite file specifically for config values

Have used everything from Json to Cue and in-between. Tired of the context switch. Need to use SQL anyway. Fewer dependencies overall required.

1 comments

Curious - how do you version the config?
I'm guessing they version a SQL file
Yes. Git log is a handy thing for versioning.

I never relied on it for developer notes. Just arguing semantics in those cases.