SQL to MongoDB Query API
- Sign in to Github, and open this repository: mdb.link/jedee
- Click on
Code
> Click on Codespaces
> Click on Create a Codespace on Main
- โ ๏ธ Wait for the Codespace to load completely
- Click on the MongoDB extension
- Click on the
Library DB
in the connections and then select the library
database
- Open a playground into the
books
collection
- Write MongoDB commands in the playground
- Run MongoDB commands by clicking on the play icon โถ๏ธ at the top right corner
- Practice by trying out all the examples and exercises mentioned in the next 2 sections: CRUD ops and Aggregation Pipelines.
