Skip to content

CassandraRowResult

Defined in: src/persistence/journals/CassandraClient.ts:7

Narrow interface over the subset of the DataStax cassandra-driver API that the journal / snapshot-store plug-ins actually use. Kept separate so tests can supply an in-memory stand-in without pulling in the real driver, and so the driver itself stays an optional peer dependency.

readonly rows: Record<string, unknown>[]

Defined in: src/persistence/journals/CassandraClient.ts:8