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.
I think it would be good to include some examples in the README to show off what it can do. Also how to invoke it: can it find SQL embedded in other source file or does it need to be pointed at .sql files.
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.