Releases: ClickHouse/clickhouse-js
Releases · ClickHouse/clickhouse-js
Added SSL/TLS support
Added SSL/TLS support (basic and mutual), resolving #52
Allow semicolons in select clauses
Resolved #116
Add JSONObjectEachRow input/output and JSON input formats
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.
Remove package.json dependency
Remove package.json dependency
Add homepage to NPM package
- Add homepage to NPM package
- Fixed failing build due to
.npmrc