#sqlfluff — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #sqlfluff, aggregated by home.social.
-
https://www.sqlfluff.com/ - #SQLFluff is an #OpenSource #SQL #Linter
```
pip install sqlfluff
echo " SELECT a + b FROM tbl; " > test.sql
sqlfluff lint test.sql --dialect ansi
```