A DSL for safe database migrations.
Head to the Releases page on GitHub and download the current version.
echo "[{tag: add_column, table: foo, column: bar, type: timestamp}]" | sddl --format yaml
echo "[{tag: add_column, table: foo, column: bar, type: timestamp}]" | sddl -r --format sql