Hacker News new | ask | show | jobs
by 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.
2 comments

Is this text file static? If not, does all grepping stop when you're updating the file?
Damn good point! didn't think about that!