emk / heroku-buildpack-rust

A buildpack for Rust applications on Heroku, with full support for Rustup, cargo and build caching.
522 stars 186 forks source link

Add instructions on how to use sqlx migrations #57

Open cypressf opened 3 years ago

cypressf commented 3 years ago

If someone wants to use sqlx instead of Diesel, it would be nice to see instructions on how to do that in the README.

wileymc commented 2 years ago

+1 I also need to figure this out. I'm thinking I'll have to write my own buildpack similar to this one with a prebuild script that runs sqlx migrate run before building. Let me know if you figure it out!