Perform CRUD Operations with VS Code
On this page
Documents are individual records in a MongoDB collection and are the basic unit of data in MongoDB.
You can use a MongoDB Playground to perform CRUD (create, read, update, and delete) operations on documents in a collection on a connected deployment.
Use the MongoDB CRUD Operators and shell methods to interact with your databases in MongoDB Playgrounds.
Note
You can also use your application to perform CRUD operations on documents using the appropriate driver. Playgrounds are meant to help you prototype database operations as you develop your application.
Open a Playground to Perform CRUD Operations
Before you can create, read, update, and delete documents using a MongoDB Playground, you must open one.
Find and run the "Create MongoDB Playground" command.
Use the Command Palette search bar to search for commands. All commands related to VS Code Extension are prefaced with MongoDB:.
When you run the MongoDB: Create MongoDB Playground command, VS Code Extension opens a default playground template pre-configured with a few commands.
Note
To load new Playgrounds without the template, disable the Use Default Template For Playground setting. To learn more about VS Code Extension settings, see Visual Studio Code Settings.