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.