Page History
- UserDefinedFunctions: Create User Defined Functions in SQLite.
- sqlite3_step_back: A function that when called, will receive a sqlite3_statement and will act like an inverse sqlite3_step.
Providing a way to go back and forward in the prepared sql statement and the resulting rows.