Parse.Cloud.afterSave not trigger when update the data manually

Hi, I have two microservices, one is used a Parse server and the other is use Postgres client to update data. both are using the same Postgres database
If we add entry through Postgres client then Parse serve after save not trigger
It this use case right or I am missout something.
Means is Parse Server detect an event when we update data in DB with out parse

Hi @jeevan-ghule Parse Server has no listening mechanism on the Database. beforeSave/afterSave and all Parse related hooks/security will only run if you save your data through Parse.