This is an archive of the old site. Visit the latest version at dexie.org.

DBCoreMutateRequest

export type DBCoreMutateRequest =
  DBCoreAddRequest |
  DBCorePutRequest |
  DBCoreDeleteRequest |
  DBCoreDeleteRangeRequest;

Input argument to DBCoreTable.mutate().

See Also

Table of Contents