Y
Hacker News
new
|
ask
|
show
|
jobs
by
koakuma-chan
480 days ago
Why would I use anything other than sqlite?
2 comments
margalabargala
480 days ago
Easy. Sometimes it's more than you need, and there's no reason to use sqlite when you can just write things to a flat text file that you can `grep` against.
link
dkjaudyeqooe
480 days ago
Is this text file static? If not, does all grepping stop when you're updating the file?
link
koakuma-chan
480 days ago
Damn good point! didn't think about that!
link
winrid
480 days ago
Query engine is not as good.
link