Add updateHook by hoeck · Pull Request #604 · sql-js/sql.js

lovasoa

approved these changes Mar 13, 2025

Erik Soehnel added 2 commits

March 14, 2025 16:12
A wrapper around sqlite3_update_hook.

For now only as a low-level operation to Database.

To be useful in projects it will probably need some wrapping in the
worker but right now I have no idea yet how that should look.
Also release the callback function when the callback is removed or the
database is closed.

Include the previously omitted database name in the callback args as the
sqlite callback does.

ojamin pushed a commit to ojamin/sql.js-absurd-sql that referenced this pull request

May 7, 2025
* Add updateHook

A wrapper around sqlite3_update_hook.

For now only as a low-level operation to Database.

To be useful in projects it will probably need some wrapping in the
worker but right now I have no idea yet how that should look.

* Allow removing the updateHook callback

Also release the callback function when the callback is removed or the
database is closed.

Include the previously omitted database name in the callback args as the
sqlite callback does.

---------

Co-authored-by: Erik Soehnel <erik.soehnel@gmail.com>