* Initial setup to migrate to sqlalchemy
* Add support for MySQL and Sqlite
* Codacy fixes
* Add sqlalchemy to requirements
* Fixes Travis Issue
* Initial creation of the database
* remove unnecessary new lines
* add standard header and remove unnecessary NL
* add standard header and remove unnecessary NL
* Integrating the sqlalchemy-migration into framework
* Update readme.md for the database module
* replace type with isinstance - codacy fixation
* declaring an unused variable
https://stackoverflow.com/questions/818828/is-it-possible-to-implement-a-python-for-range-loop-without-an-iterator-variable/
* declaring an unused variable
* declaring an unused variable
* fix exception type - codacy
* fix exception type codacy
* fix exception type - codacy
* Incorporate the suggested changes
* PEP8 fix