aschampion / schemer

A database schema migration library with DAG dependencies
Apache License 2.0
6 stars 4 forks source link

schemer-cli #3

Open aschampion opened 6 years ago

aschampion commented 6 years ago

Tom suggested a simple CLI. I agree this would be useful for trivial projects where migrations are serializable as SQL.

Would make standalone use as trivial as

cargo install schemer-cli --features postgres
schemer -a postgres:'localhost/mydb' up [directory of migrations]
aschampion commented 6 years ago

Popular arg parsing crates to consider: