Asynchronously obtains a configured Cassandra client based on the provided arguments. This method processes the given CassandraClientArgs to produce a configured Client instance from the cassandra-driver, suitable for interacting with Cassandra databases.
getClient(args: CassandraClientArgs): Promise<Client>| Name | Type | Description |
|---|---|---|
args* | CassandraClientArgs | The configuration arguments for the Cassandra client, including any service provider-specific options. |