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:
14
docs/api/alembic/create-view-op.md
Normal file
14
docs/api/alembic/create-view-op.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# `CreateViewOp` class
|
||||
|
||||
Alembic operation to create a view.
|
||||
|
||||
```python
|
||||
import sqlalchemy_pgview.alembic # Registers operations
|
||||
from sqlalchemy_pgview.alembic import CreateViewOp
|
||||
```
|
||||
|
||||
::: sqlalchemy_pgview.alembic.CreateViewOp
|
||||
options:
|
||||
members:
|
||||
- create_view
|
||||
- reverse
|
||||
Reference in New Issue
Block a user