sqlmodel
Installation
SKILL.md
SQLModel - Pydantic + SQLAlchemy in One
One model for both validation AND database. Created by Sebastián Ramírez (FastAPI creator).
Before Implementation
Gather context to ensure successful implementation:
| Source | Gather |
|---|---|
| Codebase | Existing models, database setup, relationship patterns |
| Conversation | Entity requirements, relationships needed, validation rules |
| Skill References | Patterns from references/ directory |
| User Guidelines | Naming conventions, project structure preferences |