Defined in: packages/db/src/types.ts:200
• T extends object = Record<string, unknown>
• TKey extends string | number = string | number
optional getSyncMetadata: () => Record<string, unknown>;
optional getSyncMetadata: () => Record<string, unknown>;
Defined in: packages/db/src/types.ts:216
Get the sync metadata for insert operations
Record<string, unknown>
Record containing relation information
optional rowUpdateMode: "partial" | "full";
optional rowUpdateMode: "partial" | "full";
Defined in: packages/db/src/types.ts:225
The row update mode used to sync to the collection.
partial
sync: (params) => void;
sync: (params) => void;
Defined in: packages/db/src/types.ts:204
() => void
Collection<T, TKey, any, any, any>
() => void
() => void
(message) => void
void