Open aschampion opened 6 years ago
Tom suggested a simple CLI. I agree this would be useful for trivial projects where migrations are serializable as SQL.
[id].[one or more dependency ids].up.sql
Would make standalone use as trivial as
cargo install schemer-cli --features postgres schemer -a postgres:'localhost/mydb' up [directory of migrations]
Popular arg parsing crates to consider:
Tom suggested a simple CLI. I agree this would be useful for trivial projects where migrations are serializable as SQL.
[id].[one or more dependency ids].up.sql
for Postgres adapterWould make standalone use as trivial as