About
Backend Queries provides comprehensive guidance for writing secure and high-performance database interactions across various environments. It helps developers implement best practices such as parameterized statements to prevent SQL injection, eager loading to solve N+1 query issues, and strategic indexing for optimized lookups. Whether you are using raw SQL or an ORM, this skill ensures that data retrieval and manipulation logic follows strict performance standards, includes proper transaction management, and utilizes caching where necessary to maintain a responsive application architecture.