v1.1.0
What's New
--update: Self-update to the latest release (clean-sql --update)--disable-fk: Wrap output withSET FOREIGN_KEY_CHECKS=0/1to fix foreign key constraint errors (ERROR 1451) during import
Install / Update
# First install
curl -sSL https://raw.githubusercontent.com/jimmyalcala/clean-sql/main/install.sh | sh
# Update existing install
clean-sql --update