Triggers
In so far as I can tell, convex has no built-in way to trigger a function to reactively process some data that was just added to a table. Am I right?
1 Reply
Not at the moment, we recommend wiring up such calls manually at each mutation callsite (via an helper if you want transactional writes or via the scheduler).