# `CreateView` class DDL element to create a PostgreSQL view. ```python from sqlalchemy_pgview import CreateView ``` ::: sqlalchemy_pgview.CreateView