Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/30-quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,17 @@ To use work through the exercises, we need to install the official MongoDB GUI:

![](/img/open-shell-compass.png)

### 5. Switch to the "library" database

The default database that's selected when you open the MongoDB shell is `test`. You will be working with the `library` database.
To select it type the following command in the terminal emulator:

```
use library
```

!["A screenshot of the MongoDB Shell in the Compass UI showing the command 'use library'"](/img/use-library-mongosh.png)

Press **Enter** to confirm the selection.

That's it for the setup, let's get our hands dirty!
Binary file added static/img/use-library-mongosh.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.