lang-sql
This skill defines rules for writing correct, maintainable, and production-safe SQL — covering schema design, migrations, queries, and indexing.
Reference Guide
- PostgreSQL documentation: https://www.postgresql.org/docs/current/
- Use
EXPLAIN ANALYZEto verify query plans before merging slow queries TIMESTAMPTZ(with timezone) overTIMESTAMPfor any datetime column
Architecture Principles
Schema Design
- Use
SERIAL PRIMARY KEYfor surrogate keys - Prefer `TEX
[Description truncada. Veja o README completo no GitHub.]