Connect to Cloudant CouchDB with Node.js?

前端 未结 4 909
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-14 08:57

I am trying to connect to my CouchDB database on Cloudant using Node.js.

This worked on the shell:

    curl https://weng:password@weng.cloudant.com/m         


        
4条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-14 09:15

    There are lots of CouchDB modules for Node.js.

    • node-couch - a CouchDB connector
    • node-couchdb - A full API implementation
    • node-couchdb-min - Light-weight client with low level of abstraction and connection pooling.
    • cradle - a high-level, caching, CouchDB client

提交回复
热议问题