An ADBC driver for Apache Cassandra, built on the Apache Cassandra GoCQL Driver.
Pre-packaged builds are available for various platforms from the Columnar CDN. They can be installed by any tool that supports ADBC Driver Manifests, such as dbc:
dbc install --pre cassandraOnly prerelease versions of the driver are currently available, so --pre is
required.
See Building if you would rather build the driver yourself.
The driver accepts the following URI forms via the uri database option:
cassandra://host:9042/keyspacecassandra://user:password@host:9042/keyspacecassandra://host:9042/keyspace?page_size=1000&consistency=ONE
TLS is configured with the enable_tls, tls_ca_path, tls_cert_path,
tls_key_path, tls_skip_verify, and tls_hostname_override query
parameters. See go/docs/cassandra.md for all connection
options, supported features, and type mappings.
See CONTRIBUTING.md.
See CONTRIBUTING.md.