SQLite is completely threadsafe. So we can share a single database
connection across threads, it the underlying OS is Okay.
But I guess we can not share a sqlite3_stmt prepared statement across
threads threads. Am I correct.
Or am I missing something?
-- 
Sabyasachi

Reply via email to