omnilib / aiosqlite

asyncio bridge to the standard sqlite3 module
https://aiosqlite.omnilib.dev
MIT License
1.22k stars 94 forks source link

aiosqlite refusing the user to exit the program if connections are alive #311

Closed Mitutoyum closed 1 week ago

Mitutoyum commented 2 weeks ago

I've encountered a new issue from aiosqlite where i can't exit my program using ctrl+c which raises KeyboardInterupt when a connection is not closed, this makes my program completely stuck unless i restart or make a new shell