Function fetch_all

Source
pub async fn fetch_all<'c, 'q, 'async_trait, E>(
    sql: &'q str,
    executor: E,
) -> Result<Vec<ClickhousePgRow>, SqlxError>
where E: ClickhouseExecutor<'c, 'q, 'async_trait, ClickhousePgRow>, ClickhousePgRow: From<<E::Database as SqlxDatabase>::Row>, 'c: 'async_trait, 'q: 'async_trait,