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
{{ message }}
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.
Dropping v1 support may let us use new features like static hooks. In particular, I'm interested in this: Unlike the instance query hooks, static hooks are executed once per query. Static hooks are always executed and there are no corner cases like the $beforeDelete/$afterDelete issue with instance hooks.http://vincit.github.io/objection.js/guide/hooks.html#static-query-hooks
The text was updated successfully, but these errors were encountered:
Unlike the instance query hooks, static hooks are executed once per query. Static hooks are always executed and there are no corner cases like the $beforeDelete/$afterDelete issue with instance hooks.
http://vincit.github.io/objection.js/guide/hooks.html#static-query-hooksThe text was updated successfully, but these errors were encountered: