[][src]Macro sqlx::query_file_as_unchecked

macro_rules! query_file_as_unchecked {
    ($out_struct:path, $query:literal) => { ... };
    ($out_struct:path, $query:literal, $($args:tt),*$(,)?) => { ... };
}
This is supported on feature="macros" only.

A variant of query_file_as! 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.