Skip to main content

transpile_with_by_name

Function transpile_with_by_name 

Source
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).