Meteor with mysql

后端 未结 7 958
清歌不尽
清歌不尽 2020-12-31 10:15

I\'m curious to know if meteor can be connected to or display the contents of RDBMS, such as mysql. I have a database that is constantly changing and, if I can use meteor as

7条回答
  •  粉色の甜心
    2020-12-31 11:09

    I have used Meteor-mysql package to implement realtime application with mysql database. There is a small bit of configuration required to change mysql to output binary log, but the rest of the stuff is completely flawless and smooth. Hope this helps

提交回复
热议问题