sqlite3_wal_hook is a hook which rusqlite currently doesn't have bindings for; it's useful if you want fine-grained control over the WAL mechanism and want to know when to trigger it. It'd be nice if rusqlite had a convenient binding for it like it does for commit hooks etc.
sqlite3_wal_hookis a hook which rusqlite currently doesn't have bindings for; it's useful if you want fine-grained control over the WAL mechanism and want to know when to trigger it. It'd be nice if rusqlite had a convenient binding for it like it does for commit hooks etc.