Open
Description
Instead of loading all item in mermory ->rows
or using the readSteam
function would be nice to have a iterator interface to be able to loop all items without loading them to memory.
Something like:
$client->select('SELECT * FORM table');
foreach($client->interator() as $row) {
echo $row['first_column] . ',' . $row['second_column];
}
Metadata
Metadata
Assignees
Labels
No labels