analyze_database_queries
Detect MongoDB and PostgreSQL query anti-patterns like N+1 queries, unbounded finds, and sequential calls in your Node.js code to improve database performance.
Instructions
Detect MongoDB/PostgreSQL query anti-patterns such as N+1 queries, unbounded finds, and sequential query calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Absolute or relative path to the Node.js project to analyze |