SQLModel integration for FastAPI projects with PostgreSQL. Use when building FastAPI applications that need database models, when converting existing SQLAlchemy/Pydantic projects to SQLModel, when creating CRUD endpoints with database operations, or when setting up async PostgreSQL connections. Triggers on requests involving database models, ORM setup, Pydantic schemas that map to database tables, or unified model definitions.