fn toml_value_to_sql(value: &Value) -> String
Convert a TOML value to a SQL string literal value. Escapes single quotes (SQL standard: ’ → ‘’).