Closed erhuabushuo closed 5 months ago
db.uri config with ' postgres://postgres:123456@localhost/mydb'
when run emmett migrations up
emmett migrations up
it shows
sqlite3.OperationalError: unable to open database file
solved
db.uri config with ' postgres://postgres:123456@localhost/mydb'
when run
emmett migrations up
it shows
sqlite3.OperationalError: unable to open database file