Hacker News new | ask | show | jobs
by rhelz 767 days ago
Reading from sqlite databases can be as fast(or even faster under some conditions) than just reading in files. It's hard to beat for lightweight applications, and should you find you need a little less lightweight storage as your ap evolves, well, you are already using SQL to there is a clear upgrade path.