Meteor with mysql

后端 未结 7 951
清歌不尽
清歌不尽 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:18

    I see this question is a bit old. Meteor is now at 1.0.1. One of the notable changes since this question was asked is that Meteor how has the ability to tail the Mongodb OpLog. This makes subscriptions truly instant real-time. Prior implementation used 10 second poll and diff. So, yes there are projects to develop drivers for alternative databases but if they do not have the equivalent of OpLog then it will not be real-time.

    SQL support is on the roadmap but still far off, not until 1.1+ https://twitter.com/meteorjs/status/399904048683290625

    0 讨论(0)
提交回复
热议问题