Function execute

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