Database Hooks?
#3624
-
Is there any built-in hooks like Gorm in Golang? For example |
Beta Was this translation helpful? Give feedback.
Answered by
simolus3
Aug 6, 2025
Replies: 1 comment
-
No, such hooks don't exist in drift. Drift isn't really an ORM where objecst are stateful, the core APIs are more of a query builder where generated classes are a stateless snapshot of data to insert or update. So these functions don't really translate to drift. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
KiddoV
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, such hooks don't exist in drift. Drift isn't really an ORM where objecst are stateful, the core APIs are more of a query builder where generated classes are a stateless snapshot of data to insert or update. So these functions don't really translate to drift.