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
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