Couchdb in Nodejs

后端 未结 5 680
日久生厌
日久生厌 2021-02-09 07:11

I am just getting started with couchdb in nodejs. I am looking for a tutorial or article that would help me get started or at least some lines of code. I don\'t want to use any

5条回答
  •  忘掉有多难
    2021-02-09 07:22

    Nano is the simplest way to interact with CouchDB. http://www.tutorialindustry.com/node-js-couchdb-tutorial-for-beginners

    You can also go for Cradle(A high-level, caching, CouchDB client for Node.js)-https://github.com/cloudhead/cradle

提交回复
热议问题