您好,我正在使用數據庫構建預訂應用程序作爲couchDb。我有幾個預訂文件,每個都有roomId,開始日期和結束日期。 現在,當用戶使用roomId,開始日期和結束日期創建會議請求時,我需要在現有預訂中搜索開始時間和結束時間之間的重疊時間範圍,並僅在沒有衝突時才創建預定。除此之外,我還需要檢查roomid。 該要求與Determine Whether Two Date Ranges Overlap
我正在使用此Node.js模塊nano 爲什麼我無法更新我的文檔?我會想瘋狂:真實,然後再次虛假。 這是我的代碼: var nano = require('nano')('http://localhost:5984');
// clean up the database we created previously
nano.db.destroy('alice', function() {
我說CouchDB的Update功能到我的代碼的功能,並處於正常,但是當我使用的這裏面bot.onText(/^[\/!#]start$/, msg => {我有這樣的錯誤: Unhandled rejection TypeError: alice.update is not a function
at Object.bot.onText.msg [as callback]
如何我應