Thoughts
The thing about SQLite is that it doesn't support concurrent writes, but it can be 10-100x times faster to do a write than a networked
sql server. So unless you have 10+ concurrent writers, it often has better performance than alternatives.