Small. Fast. Reliable.
Choose any three.

Session Module C Interface

Create a changeset rebaser object.

int sqlite3rebaser_create(sqlite3_rebaser **ppNew);

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

Allocate a new changeset rebaser object. If successful, set (*ppNew) to point to the new object and return SQLITE_OK. Otherwise, if an error occurs, return an SQLite error code (e.g. SQLITE_NOMEM) and set (*ppNew) to NULL.

See also lists of Objects, Constants, and Functions.