Streaming optimizations
- Breaking changes:
Rows
abstraction 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.
split2
is no longer a package dependency.