database triggers

Options
I saw a post from 9 months ago, where the suggestion was to trigger actions on db updates using functions on the stack. However, there could be more than one function on the stack that causes the update. Rather if a particular field in the DB gets changed then it would be nice to tie a custom function or api get triggered passing in particular values. Is this possible now?

Comments