python class to connect to different databases
Supported databases
- Oracle
- SQL server (windows authentication only works if the user from which the code executes is on active directory (AD) and sql server is set to allow authentication via AD )
- MySQL
requires
- cx_oracle
- pyodbc
- pymysql