dbmigrate
dbmigrate copied to clipboard
Feature: programmatic migrations
Similar, but different from #26.
It would be great if there was the ability to create {up/down}.rs
migrations alongside {up/down}.sql
migrations. It is not uncommon to have data migrations, which are distinct from schema migrations. Using .rs
(or even shell scripts) would make it possible to create migrations that SQL alone is incapable of.
Thanks for considering!
Sorry, completely missed that issue. I'm not against the idea but am not sure how to implement it right now.