Added a DBConnector class - #3
Conversation
This was a class I wrote few weeks back, when I was trying to create a DBConnectionFactory. Most of the code in the class has been gleaned from various sources on the internet.
|
Obviously it's Matans project so I reserve final judgement with him. However, you should connect the rest of the code to this class before submitting a pull request. You can move it to a different branch for now if you want feedback on the WIP. |
|
I will try connecting the rest of the code to this class. But, how do I move it to a different branch for getting feedback on the class? Just cancel the pull and create a new branch? |
|
Yes make a new branch. Open an issue and reference it in an issue if you I will try connecting the rest of the code to this class. But, how do I — |
This was a class I wrote few weeks back, when I was trying to create a DBConnectionFactory. Most of the code in the class has been gleaned from various sources on the internet.
Most of the code works as I have tried connecting to various sources (sql server & odbc) using this class.