Small. Fast. Reliable.
Choose any three.

Session Module C Interface

Configure a changeset rebaser object.

int sqlite3rebaser_configure(
  sqlite3_rebaser*, 
  int nRebase, const void *pRebase
); 

Important: This interface is experimental and is subject to change without notice.

Configure the changeset rebaser object to rebase changesets according to the conflict resolutions described by buffer pRebase (size nRebase bytes), which must have been obtained from a previous call to sqlite3changeset_apply_v2().

See also lists of Objects, Constants, and Functions.