Query MongoDB databases using SQL statements

Run MongoDB queries in SQL format from the comfort of your IDE.

Connect to a MongoDB database from the IDE, then open a Console to it and write a SQL query instead of using the MongoDB format.

To run it, press ⌃⏎ (macOS) / Ctrl+Enter (Windows/Linux) to run the query and retrieve the results.


Related Resources

Zero to Document Hero - Introduction to MongoDB
Once upon a time, relational databases, or RDMS (think SQL), were the only data store in town. But now there’s a competitor, a group of non-SQL (aka NoSQL) databases, including document databases such as MongoDB.
Write SQL queries using popular database packages
Work with SQL queries and get completion and other features automatically.
Query MongoDB databases
Run any queries you want against the database from the comfort of your IDE.