// Database integration patterns for SQL and NoSQL databases. Use when working with database schemas, queries, migrations, or ORM configurations. Supports PostgreSQL, BigQuery, MongoDB, MySQL with progressive disclosure.
| name | Database Integration |
| description | Database integration patterns for SQL and NoSQL databases. Use when working with database schemas, queries, migrations, or ORM configurations. Supports PostgreSQL, BigQuery, MongoDB, MySQL with progressive disclosure. |
| allowed-tools | Read, Glob, Grep |
| version | 1.0.0 |
Provide database integration patterns and best practices for multiple database types with progressive disclosure to manage context.
Ask user or detect from project:
Based on database type, load specific pattern file (progressive disclosure)
Apply patterns to user's specific use case
End of Skill