Cell-Checker / cell-checker

MIT License
0 stars 0 forks source link

SQLServer Connector #15

Open mlaguren opened 3 months ago

mlaguren commented 3 months ago

Is your feature request related to a problem? Please describe. As part of the framework's capabilities, I would like to have an SQLServer Connector built, So that I can compare against data in an oracle database

Describe the solution you'd like As part of the connector factory, data service & data provider design patter, I would like to create a MySQLConnector class similar to the SQLServerConnector class

Describe alternatives you've considered Implementing a basic SQLServer connection script is nice, but would eventually make the framework harder to maintain

Additional context None