mirror of
https://github.com/d3vyce/sqlalchemy-pgview.git
synced 2026-03-01 21:30:48 +01:00
18 lines
367 B
Markdown
18 lines
367 B
Markdown
# `View` class
|
|
|
|
Here's the reference for the `View` class, with all its parameters, attributes and methods.
|
|
|
|
You can import it directly from `sqlalchemy_pgview`:
|
|
|
|
```python
|
|
from sqlalchemy_pgview import View
|
|
```
|
|
|
|
::: sqlalchemy_pgview.View
|
|
options:
|
|
members:
|
|
- fullname
|
|
- columns
|
|
- as_table
|
|
- as_from_clause
|