API reference / @evolu/common / Evolu/Storage / CrdtMessage

Interface: CrdtMessage

Defined in: packages/common/src/Evolu/Storage.ts:194

A CRDT message combining a unique Timestamp with a DbChange.

Used in Evolu's sync protocol to replicate data changes across devices. Evolu operates as a durable queue, providing exactly-once delivery guarantees for reliable synchronization across application restarts and network failures.

Properties

PropertyModifierTypeDefined in
changereadonlyDbChangepackages/common/src/Evolu/Storage.ts:196
timestampreadonlyTimestamppackages/common/src/Evolu/Storage.ts:195

Was this page helpful?