raprogramm/SQL Query Analyzer

Static analysis for SQL queries. Detects performance issues, security vulnerabilities, and style violations.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
schemaPath to SQL schema fileyes
queriesPath to SQL queries file (use - for stdin)yes
dialectSQL dialect (generic, mysql, postgresql, sqlite)nogeneric
formatOutput format (text, json, yaml, sarif)notext
fail-on-warningFail if warnings are foundnofalse
fail-on-errorFail if errors are foundnotrue
disabled-rulesComma-separated list of rule IDs to disableno""
post-commentPost analysis as PR commentnofalse
update-commentUpdate existing comment instead of creating newnotrue
upload-sarifUpload SARIF results to GitHub Security tabnofalse
namedescription
analysisAnalysis result
error-countNumber of errors found
warning-countNumber of warnings found
exit-codeExit code (0=ok, 1=warnings, 2=errors)