Commit Graph

1 Commits

Author SHA1 Message Date
Shaddy Garg 865fe3e508 Migration to sqlalchemy (#140)
* 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
2018-05-18 01:35:58 +04:30