Meteor with mysql

后端 未结 7 952
清歌不尽
清歌不尽 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 10:59

    Mysql can definitely be used instead of mongoDB, but making the app reactive with a mysql backend might be tricky.

    I did find this talk on the subject: https://www.youtube.com/watch?v=EJzulpXZn6g

    That might make your solution easier.

提交回复
热议问题