SQL Atlas v0.4.0
SQL Atlas can now run the same deterministic SQL analysis from a terminal.
CLI
- Analyze one or more SQL files or standard input
- Select PostgreSQL, MySQL, Oracle, SQLite, SQL Server or generic SQL
- Produce text, JSON or Markdown reports
- Write reports to a file
- Enforce
--fail-onseverity and--min-scorepolicies in CI - Use stable exit codes for success, policy failures and input errors
Install and run
npx --yes https://github.com/milekv/sql-atlas/releases/download/v0.4.0/sql-atlas-0.4.0.tgz analyze query.sqlThe attached tarball is an npm-compatible package. Analysis is local and does not upload SQL.
Web demo: https://milekv.github.io/sql-atlas/