MongoDB for VS Code - MongoDB Developer Tools

preview_player
Показать описание

Unlock the power of MongoDB in your VS Code editor! This video tutorial walks you through the feature-rich MongoDB for VS Code extension, explaining how to navigate databases, get a schema overview, use Playgrounds for scripting, and leverage intelligent autocompletions. We also delve into the built-in MongoDB Shell, exporting queries to various languages, and automating your Atlas infrastructure with Terraform. A must-watch for developers seeking to boost productivity and maximize their MongoDB experience.

📚 References 📚

💬 Connect with Jesse:

⏱️ Timestamps ⏱️
00:00 - Intro
00:37 - Connect to MongoDB
02:02 - Playgrounds
03:58 - Advanced Playground Example
06:58 - Using npm packages in Playgrounds
09:22 - Using the MongoDB Shell in VS Code
10:09 - Setup Terraform
10:53 - Install the MongoDB for VS Code extension today!

------
Рекомендации по теме
Комментарии
Автор

Wow! This is very helpful. I was breaking my head for so long while having this ext. and never realized how more can I be efficient solving issues. Thank you!

roger_that_do_you_copy
Автор

Wow awesome! I'm just now finding out about Playgrounds. Definitely going to try it out. Thanks.

HomeSlize
Автор

do i need to be online to do all of this?
isnt there a fully local setup?

عمرعبدالرحيم-خل
Автор

Hi, if I have a 100 document in a collection, I need to find one that I want to edit, I tried using find with filter, and then I get the document but I can't edit it and save like in compass?

AswinSetiadi
Автор


use('basedatabase');
^

ReferenceError: use is not defined

siureksmoka