ClickHouse / clickhouse-js

Official JS client for ClickHouse DB
https://clickhouse.com
Apache License 2.0
225 stars 27 forks source link

Added more JSON formats #142

Closed andrewzolotukhin closed 1 year ago

andrewzolotukhin commented 1 year ago

Summary

Added more JSON formats. And fixed issue with 'JSONObjectEachRow' throwing an error. Added support for the following formats: JSONStrings, JSONCompact, JSONCompactStrings, JSONColumnsWithMetadata.

Checklist

Delete items not relevant to your PR:

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

andrewzolotukhin commented 1 year ago

Hi! I've addressed your comments. Do you have any kind of release schedule? Just wondering when these changes are going to be published in npm (I going to use it in my project).

Thank You!

slvrtrn commented 1 year ago

@andrewzolotukhin I will release it ASAP (maybe even today). Please stay tuned.

Again, thanks for your contribution.

andrewzolotukhin commented 1 year ago

Thank you! 😊

slvrtrn commented 1 year ago

@andrewzolotukhin 0.0.14 is out, including this changeset.