Macro query_scalar_unchecked

Source
macro_rules! query_scalar_unchecked {
    ($query:expr) => { ... };
    ($query:expr, $($args:tt)*) => { ... };
}
Available on crate feature query only.
Expand description

sqlx::query_scalor_unchecked! for Cloudflare D1.

See sqlx::query_scalor_unchecked! for details.