Can not add any data into aiosqlite database table
I am creating a bot using aiogram
library. I need to store users. I decided not to use sqlite3
but aiosqlite
, because it is asynchronous. Here’s the code for the handler:
I am creating a bot using aiogram
library. I need to store users. I decided not to use sqlite3
but aiosqlite
, because it is asynchronous. Here’s the code for the handler: