[ ] when generating a new loco app, check for seaorm cli, suggest to install for the user if missing
[ ] cargo loco doctor should check for a compatible seaorm-cli binary (in terms of versions). we should keep a Loco version <=> seaorm version compatibility check and fail if seaorm-cli is too old or too new. Keep a "compatible" version and up in loco doctor and update it as needed.
cargo loco doctor
should check for a compatible seaorm-cli binary (in terms of versions). we should keep a Loco version<=>
seaorm version compatibility check and fail if seaorm-cli is too old or too new. Keep a "compatible" version and up in loco doctor and update it as needed.