inline_sql_syntax
inline_sql_syntax copied to clipboard
feat: Support raw strings in Rust
Add support for raw strings in Rust let sql = r#"--sql ..."#;
Also added support to get the end index when the sql ends on the same line