Sqlite3 in Python

Never share the connections b/w threads instead create new connections, always use driver arg {'check_same_thread':False,'timeout': 2000} to avoid errors related to connections

Comments