
pgschema/pgschema
Terraform-style, declarative schema migration for Postgres
PostgreSQL Syntax Reference
@pgschema/pgschema
560
Consult PostgreSQL's parser and grammar (gram.y) to understand SQL syntax, DDL statement structure, and parsing rules when implementing pgschema features
Software Development
pg_dump Reference
@pgschema/pgschema
560
Consult PostgreSQL's pg_dump implementation for guidance on system catalog queries and schema extraction when implementing pgschema features
Software Development
Validate with Database
@pgschema/pgschema
560
Connect to live PostgreSQL database to validate schema assumptions, compare pg_dump vs pgschema output, and query system catalogs interactively
Software Development
