How to use MongoDB with Graphical IDEs

Boost your efficiency with a MongoDB IDE

Lynn Kwong
7 min readFeb 26, 2022

--

MongoDB is an open-source document-oriented NoSQL database. We have introduced how to use mongosh to run CRUD commands in the console. However, if you need to write complex queries or aggregation pipelines, using mongosh is not that convenient. Luckily, there exist some handy graphical IDEs that can be used to facilitate the writing of complex queries or aggregation pipelines. With some advanced tools such as Studio 3T, you can even write MongoDB queries with RDBMS-like SQL syntax. Besides, the…

--

--