deno.com

interface ApplyChangesetOptions

Properties #

#filter: ((tableName: string) => boolean) | undefined
optional

Skip changes that, when targeted table name is supplied to this function, return a truthy value. By default, all changes are attempted.

#onConflict: number | undefined
optional

Determines how conflicts are handled. Default: SQLITE_CHANGESET_ABORT.