Another thumbs up for SQLite. I use it with Python and it is blazing fast with zero problems so far. In WAL mode, the issue of concurrent reads and writes is all but gone. I do a lot of stuff with Redis too and despite Redis being an "in memory" database, SQLite is still almost always faster...