clickhouse.rs
clickhouse.rs copied to clipboard
Construct client from connection URL with parameters
Use case
it should be possible to put configuration parameters for Client into a single connection string.
Example from JS client: https://github.com/ClickHouse/clickhouse-js/blob/main/examples/url_configuration.ts
Describe the solution you'd like
- Implement
FromStrforClient(?) Client::from_url()(?)
Describe the alternatives you've considered
Additional context
1.0 wishlist: feature parity with other clients.