home.social

#sqlfluff — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #sqlfluff, aggregated by home.social.

  1. 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
    ```