Expand description
AST-based SQL validation for read-only mode enforcement.
Parses SQL using sqlparser’s MySQL dialect and validates statement
type, single-statement enforcement, and dangerous function blocking.
Functions§
- validate_
read_ only_ with_ dialect - Validates that a SQL query is read-only.