概要
This skill empowers developers to implement robust database interactions by adhering to high-performance standards and security protocols. It guides the creation of efficient SQL and ORM queries, focusing on the prevention of common pitfalls like N+1 performance issues through eager loading and joins. By providing specific instructions on parameterized statements, transactions, indexing, and result caching, it ensures that backend data retrieval and update operations are both scalable and resilient against vulnerabilities like SQL injection.