Skip to content

@clickhouse/client 0.0.5

  • Breaking changes: Rows abstraction was renamed to ResultSet.
  • Breaking changes: now, every iteration over ResultSet.stream() yields Row[] instead of a single Row. 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.