mirror of
https://github.com/d3vyce/sqlalchemy-pgview.git
synced 2026-03-01 19:50:46 +01:00
14 lines
321 B
Markdown
14 lines
321 B
Markdown
# `MaterializedView` class
|
|
|
|
Here's the reference for the `MaterializedView` class, which extends `View` with materialized view features.
|
|
|
|
```python
|
|
from sqlalchemy_pgview import MaterializedView
|
|
```
|
|
|
|
::: sqlalchemy_pgview.MaterializedView
|
|
options:
|
|
members:
|
|
- refresh
|
|
- auto_refresh_on
|