On 1 Dec 2018, at 1:50pm, Prajeesh Prakash <prajeeshprakash@elear.solutions> 
wrote:

> I have two thread one is for reading and other is for writing the DB. Both 
> thread have the same DB connection

One connection can only execute one operation at one time.  If you want 
simultaneous operations, use two connections.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to