[][src]Function gluesql::execute

pub async fn execute<T: 'static + Debug, U: Store<T> + StoreMut<T> + AlterTable, '_>(
    storage: U,
    query: &'_ Query
) -> MutResult<U, Payload>