Backend Queries
This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle backend queries.
When to use this skill
- When writing SQL queries or using ORM query builders
- When preventing SQL injection with parameterized queries
- When optimizing queries to avoid N+1 problems
- When selecting specific columns for better performance
- When indexing columns used in WHERE, JOIN, and ORDER BY clauses
- When wrapping related database operations in transactions
- When implementing query timeouts and performance safeguards
- When caching expensive or frequently-run query results
- When working with PostgreSQL, MySQL, SQLite, ORMs, or database query optimization
Instructions
For details, refer to the information provided in this file: backend queries
Converted and distributed by TomeVault — claim your Tome and manage your conversions.