Expand description
SQL utility functions for safe query construction.
This module provides functions to safely escape and quote SQL identifiers and string literals to prevent SQL injection vulnerabilities.
Functionsยง
- escape_
identifier - Escape and quote a PostgreSQL identifier to prevent SQL injection.
- escape_
sql_ string - Escape a string literal for use in SQL queries.