macro_rules! query_as {
($out_struct:path, $query:expr) => { ... };
($out_struct:path, $query:expr, $($args:tt)*) => { ... };
}
Available on crate feature
query
only.Expand description
sqlx::query_as!
for Cloudflare D1.
See sqlx::query_as! for details.