Comment on Why do so many tools have JSON config files?parentComments−LambdaComplex10dI think your emphasis might be in the wrong place...SQLite for config makes enough sense, but as a config _file_?−Y-bar10dNot entirely. Because where would I configure the location of the SQLite location/connection then?Given what I know about it (single file, no auth, and such by default) I sort of understand the ”file” part I think. But not the ”config” part.
Comments
I think your emphasis might be in the wrong place...SQLite for config makes enough sense, but as a config _file_?
Not entirely. Because where would I configure the location of the SQLite location/connection then?
Given what I know about it (single file, no auth, and such by default) I sort of understand the ”file” part I think. But not the ”config” part.