You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'd like to create a change feed. Whilst some ORM's support this within their own layers e.g. TypeORM Subscribers, we have some complex raw insert/update queries which it doesn't cover easily.
Would it be possible to expose SQLite's sqlite3_update_hook to attach a callback to cover this?
The text was updated successfully, but these errors were encountered:
We'd like to create a change feed. Whilst some ORM's support this within their own layers e.g. TypeORM Subscribers, we have some complex raw insert/update queries which it doesn't cover easily.
Would it be possible to expose SQLite's sqlite3_update_hook to attach a callback to cover this?
The text was updated successfully, but these errors were encountered: