🚀 Feature Proposal
Implement the following annotations to be used in models:
@BeforeCreate()
@AfterCreate()
@BeforeUpdate()
@AfterUpdate()
@BeforeSave()
@AfterSave()
@BeforeDelete()
@AfterDelete()
@BeforeFind()
@AfterFind()
Motivation
Give more control to the developer over database operations.
Example
No response