How do I use CouchDB as backend database to a MeteorJS app, instead of the default MongoDB?

后端 未结 3 551
我寻月下人不归
我寻月下人不归 2021-02-04 11:43

Really would like to use CouchDB, and maybe make the Meteor app get data updates via Meteor Publish and Subscribe. But can\'t seem to figure out how to connect the Meteor app wi

3条回答
  •  盖世英雄少女心
    2021-02-04 12:12

    The Data section of the Meteor docs (last paragraph) mention substituting other DB engines for Mongo by writing a driver. Here's the quote:

    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.

提交回复
热议问题