本文介绍了流星与mysql的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我很想知道流星是否可以连接到RDBMS或显示RDBMS的内容,例如mysql.我有一个不断变化的数据库,如果我可以将流星用作前端的Web服务器,那将会很棒.

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 a web server for the fronted, then it will be great.

谢谢

凉介

推荐答案

来自 http://docs.meteor.com

所以,有可能.现在,在流星项目中没有任何RDBMS的提及,可能有人已经启动了这样的项目/插件.或者,您也可以基于mongo-livedata实现来实现它.

So, it is possible. Right now, there is no mention of any RDBMS in meteor project, someone might have started such project/plugin. Or you can implement it based on mongo-livedata implementation.

这篇关于流星与mysql的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-13 06:52