Closed danmarshall208 closed 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...
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...