node.js - Ignore change API during insert -


i have change api implementation in node application single table. so, change(insert, update , delete) change notification fire node driver.

what disable change inserts(based on business condition). during insert table, if business condition satisfied dont want rethinkdb fire change notification node driver.

is there way this.

you can put .filter before call .changes (or afterward if want exclude changes based on old_val/new_val pair).


Comments

Popular posts from this blog

many to many - Django Rest Framework ManyToMany filter multiple values -

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

Java Entity Manager - JSON reader was expecting a value but found 'db' -