pydantic-resolve
Batch-load nested API data without N+1 queries
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install pydantic-resolve?โผ
Run `npx skills add KLR-Pattern/pydantic-resolve --all -g -y` in your terminal to install all skills in this repository globally.
How to avoid N+1 queries in FastAPI?โผ
Declare related fields with resolve methods and batch loaders; the framework collects all load calls and runs one query per loader automatically.
What is the three-phase development pattern?โผ
It guides projects from requirement confirmation, to schema and ER diagram modeling, to business methods with GraphQL, and finally REST and MCP endpoints.
Does pydantic-resolve work with SQLAlchemy and Django?โผ
Yes. It includes built-in integrations for SQLAlchemy, Django ORM, and Tortoise ORM to auto-generate data loaders from model relationships.
Can I expose my data model as GraphQL or MCP?โผ
Yes. The same entity graph can be served through GraphQL queries, REST routes, and MCP servers without duplicating business logic.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core