Hacker News new | ask | show | jobs
by TillE 1369 days ago
> but if I were to do again I would just use sqlite

Yeah, I tried to use shelve for some very simple stuff because it seemed like a great fit, but ultimately found that I had a much better time with tortoise-orm on top of sqlite.

If you need any kind of real feature, just use sqlite.