emmett-framework / emmett

The web framework for inventors
Other
1.05k stars 71 forks source link

wrong database adapter in migration #497

Closed erhuabushuo closed 3 months ago

erhuabushuo commented 3 months ago

db.uri config with ' postgres://postgres:123456@localhost/mydb'

when run emmett migrations up

it shows

sqlite3.OperationalError: unable to open database file

erhuabushuo commented 3 months ago

solved