Macros for PRQL compilation at build time.
use prql_to_sql;
let sql: &str = prql_to_sql!;
assert_eq!;
"at build time" means that PRQL will be compiled during Rust compilation, producing errors alongside Rust errors. Limited to string literals.
Macros for PRQL compilation at build time.
use prql_to_sql;
let sql: &str = prql_to_sql!;
assert_eq!;
"at build time" means that PRQL will be compiled during Rust compilation, producing errors alongside Rust errors. Limited to string literals.