We have an existing database with several tables and every time we make any changes to the schema of some table we had to run some manual scripts to avoid any data loss. we are looking for software that can integrate with our Git repo and generate the updated DDL's for the database.
I came across Flyway database migration tool and going through the documentation had this question about integration with code repo where changes to database schema are pushed.
Also Does FLyway work with Snowflake. if yes, where can i add the required jdbc drivers to connect to the database and what would be the .conf file for Snowflake connection.