Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] - Add a listener to the database #149

Open
MtyNet opened this issue Dec 7, 2024 · 1 comment
Open

[Feature Request] - Add a listener to the database #149

MtyNet opened this issue Dec 7, 2024 · 1 comment
Labels
feature request Proposals for new features

Comments

@MtyNet
Copy link

MtyNet commented Dec 7, 2024

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

@MtyNet MtyNet added the feature request Proposals for new features label Dec 7, 2024
@javad-zobeidi
Copy link
Collaborator

Hi, @MtyNet

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Proposals for new features
Projects
None yet
Development

No branches or pull requests

2 participants