mirror of
https://github.com/d3vyce/sqlalchemy-pgview.git
synced 2026-03-01 19:50:46 +01:00
17 lines
298 B
Markdown
17 lines
298 B
Markdown
# `ViewInfo` class
|
|
|
|
Information about a view from the database.
|
|
|
|
```python
|
|
from sqlalchemy_pgview import ViewInfo
|
|
```
|
|
|
|
::: sqlalchemy_pgview.ViewInfo
|
|
options:
|
|
members:
|
|
- name
|
|
- schema
|
|
- definition
|
|
- is_materialized
|
|
- fullname
|