Python3: sqlite3 database corruption while using multiple threads

前端 未结 0 2030
我在风中等你
我在风中等你 2020-12-03 09:36

I have two python threads both of which runs at the same time: 1) Thread1 opens sqlite database, inserts data and closes sqlite db. 2) Thread2 opens sqlite database, reads d

相关标签:
回答
  • 消灭零回复
提交回复
热议问题