This is my first question on stackoverflow, so please correct me if I do something wrong :). My data from a database hosted at Google Cloud SQL is caching with Flask-SQLAlchemy. Wh
Solution 1:
I found an answer!
By doing db.session.commit() before making a query, it refreshes it's cache.
Post a Comment for "Mysql Data Is Caching With Google Cloud Sql And Sqlalchemy"