Scenario: I'm trying to do work on some SSIS manipulations in Golang. I've seen that there is a mssql driver denisenkom/go-mssqldb. My main goal is to either "watch" or locally copy the .dtsx files to the machine running Go.
1. I'm not sure if this is something that is possible with this driver? Maybe there's a different driver I should be using
2. If this is the right driver, then I'm not sure what commands I should be mimicking from something like SSMS.
3. Any other feedback/assistance on this would be super helpful!