You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the SQL database used by SlackRU (sqlite3 currently) needs a major remodel. I am concerned with needing to access the database during production for a hotfix. Currently, I don't see how I could do such a thing. The plan is to switch SlackRU over to using Flask's SQLAlchemy and then to use this framework to connect to an AWS RDS MySQL database. This way we will have access to directly modify this database in production if necessary.
The text was updated successfully, but these errors were encountered:
I think the SQL database used by SlackRU (sqlite3 currently) needs a major remodel. I am concerned with needing to access the database during production for a hotfix. Currently, I don't see how I could do such a thing. The plan is to switch SlackRU over to using Flask's SQLAlchemy and then to use this framework to connect to an AWS RDS MySQL database. This way we will have access to directly modify this database in production if necessary.
The text was updated successfully, but these errors were encountered: