API reference › @evolu/common › local‑first/Storage › DbChange
const DbChange: object({
table: String,
id: Id,
values: ValidDbChangeValues,
isInsert: Boolean,
isDelete: /*#__PURE__*/ nullOr(Boolean),
});
Defined in: packages/common/src/local-first/Storage.ts:301
A DbChange is a change to a table row. Together with a unique Timestamp, it forms a CrdtMessage.