Hi! I want to export data from MySQL to large csv/json files. I can't store all exported records in RAM and want to use streaming. It will be convenient to have `executeSelectStream` or `executeSelectIterator: AsyncIterable<T>` methods.