node.js - How to get notifications on database column changes -


i using mysql-client library mysql on node.js server. looking library in node.js sever run continously , watch on mysql table column , send notifications when changes occour in table column;

can please name libray looking for.

thanks in advance

use sql service broker. subscribe query, when table updated server sends notification of change you.

read this great article

edit: nevermind, didn't read question thoroughly enough. sorry! - leaving answer else reads wrong , thinks c# :)


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -