issues_fts: 271242824
This data as json
rowid | title | body |
---|---|---|
271242824 | Run SQLite operations in a thread pool | Let's run SQLite operations in threads, so we don't end up blocking our core event loop. These articles are helpful: * https://pymotw.com/3/asyncio/executors.html * https://marlinux.wordpress.com/2017/05/19/python-3-6-asyncio-sqlalchemy/ |