Skip to content

SQL Atlas v0.4.0

Choose a tag to compare

@milekv milekv released this 13 Aug 08:02
· 6 commits to main since this release
95f4474

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-on severity and --min-score policies 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.sql

The attached tarball is an npm-compatible package. Analysis is local and does not upload SQL.

Web demo: https://milekv.github.io/sql-atlas/