flask-example
flask-example copied to clipboard
sqlite3.OperationalError
Hello, I am starting with Flask and I would like to know why this error persists? I have the impression that users.db is empty but since PyCharm I can't do anything to see inside

Hi @enzofoucaud , I can't reproduce the error you're reporting. I suspect it's because of your file permission setting.
I had the same issue with my Windows PC. It has to da with the path to the DB file. You have to change it, or use a Linux OS. Switching to an Ubuntu System solved the error for me.