rubenv / sql-migrate

SQL schema migration tool for Go.
MIT License
3.16k stars 269 forks source link

Add snowflake support and upgrade gorp dependency to v3.1.0 #227

Closed tobischo closed 1 year ago

tobischo commented 1 year ago

I would love to use sql migrate for handling database schema changes in snowflake db, as we are already using it for some ETL jobs with a PG database. This adds snowflake support (needed to be added to gorp first, where it was added with the v3.1.0 release)

tobischo commented 1 year ago

Resolved conflicts

rubenv commented 1 year ago

Ok, that seems reasonable!

rubenv commented 1 year ago

Tagged as v1.4.0

rubenv commented 1 year ago

Thanks!