Scheduled upgrade in progress. Some pages may load slowly or ask you to retry.

Debugging Orm Queries

Converts ORM calls to raw SQL and analyzes query performance. Detects N+1 queries, missing indexes, and other anti-patterns. Use when debugging slow queries, tracing ORM-generated SQL, or optimizing database performance for Sequelize, Prisma, TypeORM (Node.js), GORM, sqlc, sqlx, ent (Go), or SQLAlchemy, Django ORM, Peewee (Python).

majiayu000 2ed5af8 2 files · 2.8 KB Updated 567 repo stars

File contents

majiayu000/claude-skill-registry-data/tree/main/data/debugging-orm-queries commit 2ed5af8aca

Frequently asked questions

npx skillmds add majiayu000/debugging-orm-queries