From d834c3e6d73e6bfcf897ad9386c9440a6c76cbf6 Mon Sep 17 00:00:00 2001
From: pplokijuhyg <1162963624@qq.com>
Date: Wed, 13 Nov 2019 10:24:56 +0800
Subject: [PATCH] =?UTF-8?q?=E8=AF=B4=E6=98=8E?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
description/mongodb.js.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/description/mongodb.js.md b/description/mongodb.js.md
index 7478877..4737ee3 100644
--- a/description/mongodb.js.md
+++ b/description/mongodb.js.md
@@ -1,6 +1,8 @@
#mongodb.js说明
####引入
dbs = require("dir/mongodb.js")
+####实例化
+dbs = dbs(数据库地址,数据库名)
####使用
add 插入一条数据
```