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

后端 未结 3 619
我寻月下人不归
我寻月下人不归 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:32

    Now you can use CouchDb with Meteor as a drop in replacement for MongoDB. The guys at Cloudant have create Couchdb integration from Meteor.

    Best thing is that its API resembles to that on Mongo in Meteor. Here is the package and details : https://github.com/cloudant/meteor-couchdb/

    Enjoy :)

提交回复
热议问题