How to get result from sqlite3 to variable in typescript?
Good evening. I have a need, for example, to return information about whether the user is blocked, obtained from the database, to the main code. I created a class called Db:
Good evening. I have a need, for example, to return information about whether the user is blocked, obtained from the database, to the main code. I created a class called Db: