说明
This commit is contained in:
parent
9df897fc84
commit
8c2f90bfb0
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user