graphile / migrate

Opinionated SQL-powered productive roll-forward migration tool for PostgreSQL.
MIT License
751 stars 58 forks source link

feat: add 'compile' and 'run' commands #60

Closed benjie closed 4 years ago

benjie commented 4 years ago

Both will apply placeholders to the SQL (which is passed either as a filename argument, or via stdin), and run will proceed to run it.

Fixes #37