Skip to content

Commit f1aeefe

Browse files
committed
Updates 第4章 MongoDB基础/4.5 MongoDB的基本操作.md
Auto commit by GitBook Editor
1 parent 97a433f commit f1aeefe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
### MongoDB的基本操作
22

3+
#### 资料推荐
4+
更详细的基本操作可以参考 [http://www.cnblogs.com/duke2016/p/5746421.html](http://www.cnblogs.com/duke2016/p/5746421.html)
5+
6+
#### 创建数据库
7+
##### use 命令
8+
9+
MongoDB 用 use + 数据库名称 的方式来创建数据库。use 会创建一个新的数据库,如果该数据库存在,则返回这个数据库。

0 commit comments

Comments
 (0)