基础
开发指引
小程序端SDK
初始化
云函数
文件存储
数据库
Database
Document
Collection
Command
AggregateCommand
Geo
服务端SDK
指定查询条件,返回带新查询条件的新的集合引用
condition: Object 查询条件
const _ = db.command const result = await db.collection('todos').where({ price: _.lt(100) }).get()
← watch (index) →