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
Some kind of hooks / callbacks an application author (or anyone depending on rorm) can configure which will be invoked for every crud function executed.
This could for example be some optional parameter for the Database struct.
Using hooks, an application or library author could write assertions, logs, metrics or other custom behaviour which would be guaranteed to run on every crud operation.
The text was updated successfully, but these errors were encountered:
Just some random thought for a potential feature
Some kind of hooks / callbacks an application author (or anyone depending on rorm) can configure which will be invoked for every crud function executed.
This could for example be some optional parameter for the
Database
struct.Using hooks, an application or library author could write assertions, logs, metrics or other custom behaviour which would be guaranteed to run on every crud operation.
The text was updated successfully, but these errors were encountered: