AntiPattern
Database Connectivity Assumptions
environment-specific-db-connectivity
Database connection and access assumptions leak across environments—e.g., localhost semantics, missing client tools, or poolers exposing SQL over HTTP—so runtime boot, tests, and deployments fail or credentials get exposed via indirect endpoints instead of safe interfaces.