pub fn query_as<O>(query: &str) -> QueryAs<'_, O> where
    O: for<'r> FromRow<'r>,