uniCloud传统方式调用数据库-基本操作
摘要:1.后台云函数 todo/index.js 'use strict'; // 查询所有 const queryAll =(collection,params)=>{ return collection.get() } // 新增 const add = (collection,data)=>{ re
阅读全文
posted @ 2022-10-31 18:05
学而时习之,不亦说乎
posted @ 2022-10-31 18:05
posted @ 2022-10-28 16:48
posted @ 2022-10-27 16:07
posted @ 2022-10-27 10:26
posted @ 2022-10-17 09:52