Rule Backend

Connection Pooling

Use connection pools for database and external service connections

backenddatabaseperformance
CLAUDE.md

Use connection pools for database connections. Opening a new connection per request is slow and wastes resources. Configure pool size based on your expected concurrency and database limits.

Copy this block into your CLAUDE.md or agent config file to enforce it in your workflow.

get crystl