For a simple case (a table with a pk column and a varchar column), SSG works fine with SQL Server once you have installed the two extra dependencies (I'm not sure whether it's worth adding pyodbc to the Poetry requirements since you have to manually install the odbc drivers anyway).
There are SQL Server images, which we could use to add a functional test if we wanted.
For a simple case (a table with a pk column and a varchar column), SSG works fine with SQL Server once you have installed the two extra dependencies (I'm not sure whether it's worth adding
pyodbc
to the Poetry requirements since you have to manually install the odbc drivers anyway).There are SQL Server images, which we could use to add a functional test if we wanted.