Hey all! I am currently using a SQLite3 Database in my website and the CS50 SQL library in my program. I have one folder that contains my app.py (am using a Flask app) and my test.db. With the CS50 library, the program will not load. I am getting the error "RuntimeError: does not exist: test.db". Why could this be? It is focusing on this line of code: db = SQL("sqlite:///test.db")
If anybody could help me, that would be great. Thanks!