@clickhouse/client 0.0.5
- Breaking changes:
Rowsabstraction was renamed toResultSet. - Breaking changes: now, every iteration over
ResultSet.stream()yieldsRow[]instead of a singleRow. Please check out an example and this PR for more details. These changes allowed us to significantly reduce overhead on select result set streaming. - Updated README and examples to cover the changes.
split2is no longer a package dependency.