This commit is contained in:
pplokijuhyg 2019-11-12 23:59:06 +08:00
parent 9df897fc84
commit 8c2f90bfb0

View File

@ -1,8 +1,8 @@
#mongodb.js说明 #mongodb.js说明<br>
- 引入 ####引入<br>
- dbs = require("dir/mongodb.js") dbs = require("dir/mongodb.js")<br>
- 使用<br> ####使用<br>
add 插入一条数据 #####add 插入一条数据
``` ```
参数(操作的集合名,数据集 {}[,{数据库地址,数据库名}]) 参数(操作的集合名,数据集 {}[,{数据库地址,数据库名}])
返回值类型 promise 返回值类型 promise