This driver is under active development. Some ADBC features may not yet be fully implemented. The current version
focuses on providing essential connectivity and core ADBC functionality, with additional features planned for future
releases.Your feedback is highly valuable and helps guide the prioritization of new features and improvements. If you encounter
limitations, missing functionality, or unexpected behavior, please share your observations or feature requests through
the issue tracker at
github.com/ClickHouse/adbc_clickhouse/issues
Installation
You can install the latest version of the driver with dbc:Database options
The database options below are used to establish a connection with the ClickHouse ADBC driver.uri: Specifies the full HTTP(S) endpoint of the ClickHouse server. This includes the protocol, host, and port.username: The username used for authentication with the ClickHouse server.password: The password associated with the specified username.