from Hacker News

A portable SQL linter (rust)

by louisjoejordan on 2/12/24, 11:10 PM with 2 comments

  • by louisjoejordan on 2/12/24, 11:10 PM

    Hey! Louis here from https://www.quary.dev, we needed a SQL linter that runs natively in the browser, without the need to install Python. So we built it and open-sourced it for the community

    It is currently 2x SLOWER the current de-facto SQL linter (https://sqlfluff.com) but we haven't even thought about speed yet. We look forward to your comments and suggestions.