
As every thread has a separate (in-memory) database, i.e. not just a separate _connection_, sqlite can be compiled in singe-thread mode, which means that there will be *no* locking.
As every thread has a separate (in-memory) database, i.e. not just a separate _connection_, sqlite can be compiled in singe-thread mode, which means that there will be *no* locking.