emmett-framework / emmett

The web framework for inventors
BSD 3-Clause "New" or "Revised" License
1.08k stars 72 forks source link

wrong database adapter in migration #497

Closed erhuabushuo closed 5 months ago

erhuabushuo commented 5 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 5 months ago

solved