Version 0.7 is a quality-of-life release — a batch of small features that each remove one daily annoyance.

Smarter IntelliSense

Autocomplete now understands where you are, not just what you typed: suggestions follow cursor chaining (db.getCollection("...").find().sort() offers what makes sense after find(), not the whole world), and each engine brings its own keyword set. SQL connections get SQL suggestions; the mongo shell gets operators with per-position awareness.

Pinned Result Tabs

Result tabs used to be replaced by the next run. Now you can pin one — compare a before/after, keep a reference result visible, or park the output of an expensive query while you iterate on the next one.

Deeper Sidebar Browsing

Triggers, sequences and materialized views now show up in the sidebar alongside tables and views, and the context menu learned four new actions: Copy Name, Open Shell, Count Documents and Truncate.

Smaller Updates

The installer got smaller, and updates are now differential — the updater downloads only the blocks that changed instead of the whole package. Combined with the update check on launch, staying current is a background detail rather than a chore.

Update or Try Sutido

Existing installs update themselves — new here? Grab the installer.

Download Now