« All posts

Sqlfmt: A gofmt-style Formatter for SQL

Sqlfmt is a tool that formats SQL queries in a gofmt style, inspired by PostgreSQL books.

Sqlfmt emerges as a tool addressing common SQL formatting challenges. Adopting a specific style inspired by the hand-formatted queries in "The Art of PostgreSQL," this formatter allows users to quickly format SQL queries, enhancing code readability.