I am trying to connect to an SQLite database that I have uploaded to my files but not quite sure how to. The database is in the same directory as bottly_app.py. Getting the error message "sqlite3.OperationalError: no such table: users:".
I am trying to connect to an SQLite database that I have uploaded to my files but not quite sure how to. The database is in the same directory as bottly_app.py. Getting the error message "sqlite3.OperationalError: no such table: users:".