Initial commit

This commit is contained in:
2026-02-08 10:09:48 +01:00
commit d165506add
58 changed files with 9879 additions and 0 deletions

12
docs/api/ddl/drop-view.md Normal file
View File

@@ -0,0 +1,12 @@
# `DropView` class
DDL element to drop a PostgreSQL view.
```python
from sqlalchemy_pgview import DropView
```
::: sqlalchemy_pgview.DropView
options:
members:
- fullname