On Jun 4, 5:18 am, Bruno Rocha <[email protected]> wrote: > - Do not stay with sqlite in production
f.y.i. I have a site running with sqlite in production, but I get away with it by caching every single (select) query on a 60s span. I wouldn't recommend it for all scenarios, but this site is read-heavy and low in traffic, and sqlite is working well for us so far here.

