Open snaiperskaya96 opened 5 months ago
Ok this seems to work so it might be an issue with the absolute db path...
sea-orm-cli generate entity -u "sqlite://db_debug.sqlite"
I guess for the time being I can work around that by copy the db the current folder :\
hey, facing the same issue here
Deleting the path worked
Description
Hello, i'm running into this issue where
sea-orm-cli
does not seem to be able to open my DB file. I'm generating the db and populating it via a programmatic migration so that part of the API seems fine. Any idea?Steps to Reproduce
Expected Behavior
Entities are being generated and populated into src/entities
Actual Behavior
Reproduces How Often
Always
Workarounds
Haven't found any workaround so far.
Versions