流星与mysql [英] Meteor with mysql

查看:64
本文介绍了流星与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

您可以通过提供一个 服务器端数据库驱动程序和/或实现的客户端缓存 替代API. mongo-livedata是一个很好的起点 这样的项目.

You can substitute another database for MongoDB by providing a server-side database driver and/or a client-side cache that implements an alternative API. The mongo-livedata is a good starting point for such a project.

所以,有可能.现在,在流星项目中没有任何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的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆