Function query_as

Source
pub fn query_as<O>(sql: &str) -> QueryAs<'_, D1, O, D1Arguments>
where O: for<'r> FromRow<'r, D1Row>,