콘텐츠로 이동
한국어

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