Hey everyone! I’m currently using MongoDB Atlas for my project, but I find myself constantly logging into the Atlas dashboard just to check and view my data. It gets a bit tedious, especially when I’m iterating quickly during development. Are there better ways or tools to easily view and manage MongoDB databases without having to go to Atlas every time?
For context: I’m working on a Node.js app and often need to check if data is being inserted correctly. Would love to hear what others are using — Compass, CLI, VSCode extensions, or anything else that makes life easier? Thanks!
Hey there! I totally get that constantly logging into the MongoDB Atlas dashboard can be a hassle, especially when you’re deep into coding. A fantastic solution to streamline your workflow is the MongoDB for Visual Studio Code (VS Code) extension. This tool integrates MongoDB management directly into your code editor, making database interactions smoother and more efficient.
Why Use the MongoDB for VS Code Extension?
Getting Started:
Ctrl+Shift+X
(orCmd+Shift+X
on macOS).For a visual walkthrough on setting up and using the MongoDB for VS Code extension, check out this tutorial:https://www.youtube.com/watch?v=MLWlWrRAb4w
uhh yeah so like if you don’t wanna keep logging into MongoDB Atlas all the time, you can maybe use that thing in VS Code, like an extension or something? I think it lets you see your database and like do stuff without opening the website.