analyze_connection_pooling
Detect database client or pool creation in hot paths to prevent connection pooling anti-patterns in Node.js backends.
Instructions
Detect database client or pool creation inside request handlers, loops, or other hot paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Absolute or relative path to the Node.js project to analyze |