Skip to main content
SQL query validation and injection detection.

Overview

The SQL Engine validates queries for:
  • SQL injection patterns
  • Destructive operations
  • Schema compliance
  • Syntax correctness

Usage

Injection detection

Detected patterns

Destructive operations

Administrative commands

The SQL engine also blocks administrative SQL commands by default:

Supported dialects

  • PostgreSQL
  • MySQL
  • SQLite
  • SQL Server
  • BigQuery