pub fn value_to_sql_literal(value: &Value) -> StringExpand description
Convert a nodedb_types::Value to a SQL literal string.
Used by pre-processing and by Origin’s pgwire handlers to build SQL from parsed field maps. Handles all Value variants.