alan-turing-institute / sqlsynthgen

Synthetic data for SQL databases
MIT License
11 stars 1 forks source link

Add instructions for SQL Server #149

Closed Iain-S closed 1 year ago

Iain-S commented 1 year ago

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.