This seems to have a lot of advantages and I can't remember why we didn't do this originally.
git merge won't get in the way
- orphan query files are currently a problem so this is a net zero
- we already collect to multiple files during build
- we could make
cargo build transparently always do cargo sqlx prepare and leave the latter as a "make sure" / verify step
This seems to have a lot of advantages and I can't remember why we didn't do this originally.
git mergewon't get in the waycargo buildtransparently always docargo sqlx prepareand leave the latter as a "make sure" / verify step