Learn to say popular SQL formatter and linter tool names correctly.
0 / 5 completed
1 / 5
How is SQLFluff (linter and auto-formatter for SQL dialects) correctly pronounced?
SQLFluff is pronounced 'ES-KYOO-EL-fluf' — 'S-Q-L' spoken as letters plus 'fluff', though 'SEE-kwul-fluf' is also heard. In a technical interview: "SQLFluff caught inconsistent keyword casing across the whole migrations folder."
2 / 5
How is pgFormatter (SQL formatter and beautifier originally built for PostgreSQL) correctly pronounced?
pgFormatter is pronounced 'PEE-jee-FOR-mat-er' — 'P-G' spoken as letters plus 'formatter'. In a technical interview: "pgFormatter reflowed the four-hundred-line stored procedure into something reviewable."
3 / 5
How is sql-formatter (npm library for pretty-printing SQL queries) correctly pronounced?
sql-formatter is pronounced 'ES-KYOO-EL-FOR-mat-er' — 'S-Q-L' spoken as letters plus 'formatter'. In a technical interview: "sql-formatter ran in a pre-commit hook so every query landed in the same style."
4 / 5
How is Poor Man's T-SQL Formatter (open-source formatter for Transact-SQL) correctly pronounced?
Poor Man's T-SQL Formatter is pronounced 'POOR MANZ TEE-ES-KYOO-EL FOR-mat-er' — 'T' spoken as a letter, then 'S-Q-L' as letters, plus 'formatter'. In a technical interview: "Poor Man's T-SQL Formatter cleaned up the stored procedure before it went into code review."
5 / 5
How is Prettier-SQL (Prettier plugin for formatting SQL code blocks) correctly pronounced?
Prettier-SQL is pronounced 'PRIT-ee-er-ES-KYOO-EL' — 'prettier' (comparative of 'pretty') plus 'S-Q-L' spoken as letters. In a technical interview: "Prettier-SQL formatted the embedded query strings the same way it formatted the rest of the file."