fastapi-sqlmodel
Use when building FastAPI applications with SQLModel for database models, CRUD operations, and full-stack data management. Also use for implementing relationships, migrations, async queries, and type-safe database interactions with Pydantic integration. NOT when using other ORMs (SQLAlchemy directly, Tortoise ORM) or building non-FastAPI applications.
Installation and usage
Use when building FastAPI applications with SQLModel for database models, CRUD operations, and full-stack data management. Also use for implementing relationships, migrations, async queries, and type-safe database interactions with Pydantic integration. NOT when using other ORMs (SQLAlchemy directly, Tortoise ORM) or building non-FastAPI applications.
इंस्टॉल करने के बाद, आप टर्मिनल में यह कमांड चलाकर इस स्किल का उपयोग कर सकते हैं:
skills use fastapi-sqlmodel