SEBA-Smart-Services / medusa-sbo

Cloud-based Smart Services orchestration
http://medusa-docs.sebbqld.com
0 stars 1 forks source link

SQLAlchemy model classes bind_name variable changed dynamically #1

Closed danmarshall208 closed 7 years ago

danmarshall208 commented 7 years ago

Currently, when the SQLAlchemy model is called, the sql server it connects to is updated on the fly. We need to refactor this to keep the class variables static and an instance of the class dynamic. Not sure hiow yet...