mirror of
https://github.com/d3vyce/sqlalchemy-pgview.git
synced 2026-03-01 21:50:47 +01:00
Initial commit
This commit is contained in:
16
docs/api/dependencies/view-info.md
Normal file
16
docs/api/dependencies/view-info.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# `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
|
||||
Reference in New Issue
Block a user