Description
PostgreSQL SQL can be parsed, inspected, and pretty-printed as an abstract syntax tree. Database tool developers use pglast for query analysis, formatting, migration helpers, and SQL-aware automation. SQL text may reveal schema names, business logic, or sensitive query parameters.