Updated the code to handle the below new Databases using sqlalchemy
* Databricks
* IBM DB2
* Synapse
Updated the code to handle the below new Databases using opensource connector
* DynamoDB using(PyDynamoDB) https://github.com/passren/PyDynamoDB/wiki
Apart for these extra work done for:
* Bump the version
* Updated readme for optimization and new added databases
* Added Dockerfile to test the connector within the container
* Updated / Removed the unused code and incorrect statement in logger.
What's Changed
* Added support of DB2, Databricks, DynamoDB and Synapse in v0.0.3 by shrivastava-v-ankit in https://github.com/shrivastava-v-ankit/connector-factory/pull/4
**Full Changelog**: https://github.com/shrivastava-v-ankit/connector-factory/compare/v0.0.2...v0.0.3