Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您可以通过提供服务器端数据库驱动程序和/或实现替代 API 的客户端缓存来替代 MongoDB 的另一个数据库。mongo-livedata 是这样一个项目的一个很好的起点。
我对 Meteor 感兴趣,但对 Mongo DB 没有。我很好奇如何连接我的客户使用的数据库,通常是 Oracle、MySQL 或 Postgres。
我不知道“mongo-livedata”是什么,谷歌显示上面的参考是meteor.com上的唯一参考——你能解释一下吗?只能访问 Mongo 将是一种耻辱。
Meteors mongo-livedata使用由流星/节点运行时本身处理的“内置”mongoDB 库、数据库、集合和设置。
Collections在使用API时,Meteor 目前不直接支持其他数据库。但是应该可以编写一个自己的连接器来实现Collections.
Collections
Meteor 目前处于早期状态 - 所以请注意 API 和最佳协议可能仍会发生根本性变化!