We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd67ef1 commit 0aed4d0Copy full SHA for 0aed4d0
test/test-walstream.js
@@ -20,6 +20,8 @@ function proc() {
20
21
walStream.on('data', function(msg) {
22
lastLsn = msg.lsn || lastLsn;
23
+
24
+ //DO SOMETHING. eg) replicate to other dbms(pgsql, mysql, ...)
25
console.log('log recv', msg);
26
}).on('error', function(err) {
27
console.log('Error #2', err);
0 commit comments