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.
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
executeSelectStreamorexecuteSelectIterator: AsyncIterable<T>methods.