Flask-SQLAlchemy-Cache icon indicating copy to clipboard operation
Flask-SQLAlchemy-Cache copied to clipboard

Find a better way to set query_class

Open iurisilvio opened this issue 11 years ago • 0 comments

This is ugly.

Model.query_class == CachingQuery
db = SQLAlchemy(session_options={'query_cls': CachingQuery})

I want something like db = SQLAlchemy(query_class=CachingQuery). I have to investigate Flask-SQLAlchemy.

iurisilvio avatar Jul 29 '14 18:07 iurisilvio