pub fn transpile_with_by_name(
sql: &str,
read: &str,
write: &str,
opts: &TranspileOptions,
) -> Result<Vec<String>>Expand description
Transpile SQL with configurable TranspileOptions, using string dialect names.
Same as transpile_by_name but accepts options (e.g., pretty-printing).