Love the package/ecosystem. One piece of functionality I'd love is access to commit hooks.
void *sqlite3_commit_hook(sqlite3*, int(*)(void*), void*);
void *sqlite3_rollback_hook(sqlite3*, void(*)(void *), void*);
If there's interest in supporting it, I could have a stab at putting together a PR based on sqlite3_update_hook