Skip to main content

toml_value_to_sql

Function toml_value_to_sql 

Source
fn toml_value_to_sql(value: &Value) -> String
Expand description

Convert a TOML value to a SQL string literal value. Escapes single quotes (SQL standard: ’ → ‘’).