createCassandraClient
createCassandraClient(
connection):Promise<CassandraClientLike>
Defined in: src/persistence/journals/CassandraClient.ts:105
Dynamically import the official DataStax driver and construct a client.
Kept behind await so the import only happens when the user actually
creates a Cassandra journal. If the user constructs their own client
elsewhere they can bypass this entirely.
Parameters
Section titled “Parameters”connection
Section titled “connection”Returns
Section titled “Returns”Promise<CassandraClientLike>
