mirror of
https://github.com/d3vyce/sqlalchemy-pgview.git
synced 2026-03-01 19:50:46 +01:00
10 lines
219 B
Markdown
10 lines
219 B
Markdown
# `AutoRefreshContext` class
|
|
|
|
Context manager for auto-refreshing materialized views when using SQLAlchemy Core.
|
|
|
|
```python
|
|
from sqlalchemy_pgview import AutoRefreshContext
|
|
```
|
|
|
|
::: sqlalchemy_pgview.AutoRefreshContext
|