pub fn quote_ident(s: &str) -> String
Double-quote a SQL identifier.
assert_eq!(dbrest::query::sql_builder::quote_ident("col"), "\"col\"");