platypush/platypush/plugins/db
Fabio Manganiello 0ced46058a Always set check_same_thread=False in case of SQLite engines.
Platypush is heavily multi-threaded, and it can happen that some
transactions are handled in different threads - and consistency
is managed by the application itself.
2020-06-08 00:27:41 +02:00
..
__init__.py Always set check_same_thread=False in case of SQLite engines. 2020-06-08 00:27:41 +02:00