Expand description
SQL utility functions for federation query building.
Shared utilities for SQL generation across federation modules.
Traits§
- Json
Type Str - Helper trait to get string representation of JSON value type for error messages.
Functions§
- escape_
sql_ string - Escape single quotes in SQL string values to prevent SQL injection.
- value_
to_ sql_ literal - Convert a JSON value to a SQL literal representation.
- value_
to_ string - Convert a JSON value to its string representation for use in SQL.