Small. Fast. Reliable.
Choose any three.

Session Module C Interface

Session Object Handle

typedef struct sqlite3_session sqlite3_session;

An instance of this object is a session that can be used to record changes to a database.

Constructor: sqlite3session_create()

Destructor: sqlite3session_delete()

See also lists of Objects, Constants, and Functions.