Hasty Briefsbeta

Bilingual

Is your Postgres migration safe or not safe?

4 hours ago
  • Running the 'safe-not-safe' tool on a 'migration.sql' file using the command 'npx safe-not-safe check migration.sql'.
  • The tool utilizes the libpg_query PostgreSQL parser compiled as a WASM module.
  • It parses the SQL file and reports zero statements found from 301 characters, implying no valid SQL statements were detected.
  • The tool downloads and compiles the PostgreSQL WASM parser in the browser worker.