Question: Why can\'t I open the database?
Info: I\'m working on a project using sqlite3 database. I wrote a test program that runs and passes it t
sqlite3
in my case, i tried creating the sqlite db in /tmp folder and from all the slashes i missed a single slash
/tmp
Instead of sqlite:///tmp/mydb.sqlite -> sqlite:////tmp/mydb.sqlite ...
sqlite:///tmp/mydb.sqlite
sqlite:////tmp/mydb.sqlite