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
I need a feature that when the smallest change or addition of any row is done to any of the tables in the database, I can add a listener database connection and be aware of all the requests.
Hi, if the framework has such a feature, I would appreciate it if you could give me some advice
If I have to do this myself, please teach me the method
The text was updated successfully, but these errors were encountered:
Thank you for your request! Currently, this feature isn't available in the framework, but we are actively working on adding it in a future release.
if you need to implement this functionality yourself, one common approach is using database triggers or Change Data Capture (CDC). Both methods can help you track changes to your database.
I need a feature that when the smallest change or addition of any row is done to any of the tables in the database, I can add a listener database connection and be aware of all the requests.
Hi, if the framework has such a feature, I would appreciate it if you could give me some advice
If I have to do this myself, please teach me the method
The text was updated successfully, but these errors were encountered: