omnilib / aiosqlite

asyncio bridge to the standard sqlite3 module

Home Page:https://aiosqlite.omnilib.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DB error

SAVAMforWIN opened this issue · comments

i am using aiosqlite in my system, when i start the application the DB works correctly, after a while the application crashes because the db stops producing the following error

sqlite error

Most probably you have some exception in async code and when it is without a handler, the main loop is exiting before all work is done.