About
This skill provides Claude with standardized patterns for integrating relational (PostgreSQL) and document-based (MongoDB) databases into backend applications. It equips developers with essential blueprints for connection pooling, secure parameterized queries to prevent SQL injection, and the repository pattern for decoupled data access. Whether you are setting up migrations, managing complex ACID-compliant transactions, or optimizing performance with indexes, this skill ensures your database layer is scalable, secure, and maintainable.