Meteor with mysql

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

    https://github.com/drorm/meteor-sql is an implementation of livedata for mysql. It's only just been released so it might still contain a few bugs but I think you will find it up there as a viable option.

提交回复
热议问题