Can we use Meteor framework with mysql database

后端 未结 4 1024
我寻月下人不归
我寻月下人不归 2021-01-13 15:59

I found many refer url for Meteor framework where i found mongodb as database, since i don\'t have much knowledge in mongodb. So is there any way to implement mysql instead

4条回答
  •  孤独总比滥情好
    2021-01-13 17:00

    You can take a look at this meteor package nodets:mysql . Use mysql at the server and at the client all subscriptions are updated every time db changes.

提交回复
热议问题