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

will there be a feature to allow specifying conditions for each operation? #48

Open
xshadowlegendx opened this issue Nov 29, 2024 · 1 comment

Comments

@xshadowlegendx
Copy link

xshadowlegendx commented Nov 29, 2024

sth similar to below

databases:
  filter:
    tables:
      users:
        - insert
        - operation: update
          conditions: row.status == 'active' && row.name.contains('general') # google cel

I can make a pr for this if it is allowed

@ihippik
Copy link
Owner

ihippik commented Dec 3, 2024

Interesting thought. Let me think about it for a bit.

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

No branches or pull requests

2 participants