我有一個很大的錯誤,pouchDB與角色/離子應用程序中的我的Cloudant數據庫進行通信。 你能幫我弄清楚如何解決這個問題嗎? POST https://louisromain.cloudant.com/boardline_users/_bulk_get?revs=true&attachments=true&_nonce=1446478625328 400 (Bad Request)
pou
我需要從PouchDB數據庫獲取所有文檔。任何人都可以告訴我如何從回調函數中獲取'doc'?我想將它作爲響應對象返回,並將其作爲控制檯輸出。 var db = new pouchdb('meetups');
db.allDocs({
include_docs: true,
attachments: true
}).then(function (err,res) {