Macro query_file_unchecked
macro_rules! query_file_unchecked {
($path:literal) => { ... };
($path:literal, $($args:tt)*) => { ... };
}
Expand description
A variant of query_file!
which does not check the input or output
types. This still does parse the query to ensure it’s syntactically and semantically valid
for the current database.