nevill / zongji

A mysql binlog listener running on Node.js.
Other
376 stars 118 forks source link

Sequelize support #148

Open yaumingyu opened 1 year ago

yaumingyu commented 1 year ago

var Sequelize = require('sequelize'); var sequelize = new Sequelize(config.database, config.username, config.password, config);

Does it work with an ORM like sequelize? What would be the syntax?