Skip to content

Commit 1633829

Browse files
committed
you're doing great
1 parent 1710b40 commit 1633829

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

046_mongodb/02_db/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ The above will use the database of the provided name if it exists, and create it
1212
```
1313
use <db name>
1414
```
15+
16+
#### example
17+
```
18+
use temp
19+
```
20+
1521
The above will use the database of the provided name if it exists, and create it if it doesn't
1622

1723
## see current db

0 commit comments

Comments
 (0)