SDK數(shù)據(jù)庫(kù) database·創(chuàng)建集合

2022-05-12 16:41 更新

Database.createCollection(collectionName: string): Promise<Object>

支持端:云函數(shù)

創(chuàng)建集合,如果集合已經(jīng)存在會(huì)創(chuàng)建失敗

參數(shù)

collectionName: string

返回值

Promise.<Object>

屬性類型說明
errMsgstring

示例

const cloud = require('wx-server-sdk')
cloud.init({
  env: cloud.DYNAMIC_CURRENT_ENV
})
const db = cloud.database()
exports.main = async (event, context) => {
  return await db.createCollection('todos')
}


以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)