Changeset conflict type codes passed to applyChangeset() callbacks.
applyChangeset()
These constants are compatible with node:sqlite.
node:sqlite
https://sqlite.org/session/c_changeset_conflict.html
Primary key conflict.
Constraint violation (NOT NULL, CHECK, etc.).
Data conflict - row exists but values differ.
Foreign key constraint violation.
Row not found in target database.
Changeset conflict type codes passed to
applyChangeset()callbacks.These constants are compatible with
node:sqlite.See
https://sqlite.org/session/c_changeset_conflict.html