About
Empowers developers to build robust data layers by enforcing high standards for database interactions and performance optimization. This skill provides guidance on preventing SQL injection through parameterization, eliminating N+1 performance bottlenecks via eager loading, and ensuring data integrity with database transactions. Whether working with ORMs, query builders, or raw SQL, it helps implement efficient indexing strategies and caching mechanisms to ensure backend operations remain scalable and secure.