关于
This skill provides specialized guidance for enhancing database efficiency within Node.js environments using popular ORMs like Prisma and Drizzle. It equips developers with strategies to eliminate N+1 query issues through DataLoader patterns, implement high-performance cursor-based pagination, and analyze query execution plans using EXPLAIN ANALYZE. By focusing on a 'measure first' approach, it helps reduce database CPU load and latency through strategic indexing, batch operations, and connection pooling best practices.