Small. Fast. Reliable.
Choose any three.

Session Module C Interface

Upgrade the Schema of a Changeset/Patchset

int sqlite3changeset_upgrade(
  sqlite3 *db,
  const char *zDb,
  int nIn, const void *pIn,       /* Input changeset */
  int *pnOut, void **ppOut        /* OUT: Inverse of input */
);

See also lists of Objects, Constants, and Functions.