go-gorm / gorm

The fantastic ORM library for Golang, aims to be developer friendly
https://gorm.io
MIT License
36.56k stars 3.91k forks source link

Observer model #5345

Open ghost opened 2 years ago

ghost commented 2 years ago

Your Question

hi, I'm looking for a solution to listen for the events trigger model ( created, updated, deleted, creating, deleting). like observer laravel

The document you expected this should be explained

like that https://laravel.com/docs/9.x/eloquent#observers

Expected answer

like observer laravel

kevin-you2 commented 2 years ago

Do you have anything new on this issue?