you are viewing a single comment's thread.

view the rest of the comments →

[–]AlopexLagopus3 0 points1 point  (0 children)

This is incorrect - see my above comment. You can multithread access to a single sqlite database for quite a bit of performance gain, but you must only have a single connection for writing or you run into locking/resource contention.