aiosqlite
aiosqlite copied to clipboard
DB error
trafficstars
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

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.