百度智能小程序 獲取數(shù)據(jù)庫集合的引用

2020-09-05 14:58 更新

collection

解釋:獲取數(shù)據(jù)庫集合的引用。

參數(shù)說明該方法傳入一個(gè)name參數(shù),參數(shù)類型為字符串類型,指定需引用的集合名稱。

屬性說明

方法 說明
collection.doc 獲取數(shù)據(jù)庫集合中記錄的引用
collection.get 根據(jù)查詢條件獲取集合數(shù)據(jù)
collection.add 新增數(shù)據(jù)庫集合中的記錄
collection.count 根據(jù)查詢條件獲取集合記錄數(shù)
collection.where 指定數(shù)據(jù)庫集合的篩選條件
collection.orderBy 指定數(shù)據(jù)庫集合的查詢排序條件
collection.limit 指定查詢結(jié)果集數(shù)量上限
collection.skip 查詢返回結(jié)果時(shí)從指定序列后的結(jié)果開始返回
collection.field 指定返回結(jié)果中記錄需返回的字段

代碼示例

const db = swan.cloud.database();
const testCollection = db.collection('users');


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

掃描二維碼

下載編程獅App

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

編程獅公眾號(hào)