ClickHouse / clickhouse-rs

Official pure Rust typed client for ClickHouse DB
https://clickhouse.com
Apache License 2.0
322 stars 92 forks source link

Add new JSON examples with ClickHouse 24.10 #171

Closed slvrtrn closed 3 weeks ago

slvrtrn commented 3 weeks ago

Summary

This PR adds a new JSON data type usage example with ClickHouse 24.10, which allows storing/reading it as a string. It is related to #144; I am not sure if we should support "proper" decoding, so if this string use case is enough for now, maybe we can close that issue.

Checklist