Stop caching sqlite3 connection between calls, because a connection cannot be shared between multiple threads. Close the connection after each transaction. |
||
---|---|---|
.. | ||
sql | ||
utils | ||
__init__.py |
Stop caching sqlite3 connection between calls, because a connection cannot be shared between multiple threads. Close the connection after each transaction. |
||
---|---|---|
.. | ||
sql | ||
utils | ||
__init__.py |