ClickHouse / clickhouse-rs

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

Add more usage examples #116

Open slvrtrn opened 1 month ago

slvrtrn commented 1 month ago

It is beneficial to have these use cases available in the examples folder as separate runnable files:

joshstevens19 commented 3 weeks ago

Is there no example of how to use an HTTPS clienthouse URL it seems not and hard to find examples of this

slvrtrn commented 3 weeks ago

@joshstevens19, you could use this example: https://github.com/ClickHouse/clickhouse-rs/blob/master/examples/clickhouse_cloud.rs, as CH Cloud is HTTPS.