# `AutoRefreshContext` class Context manager for auto-refreshing materialized views when using SQLAlchemy Core. ```python from sqlalchemy_pgview import AutoRefreshContext ``` ::: sqlalchemy_pgview.AutoRefreshContext