5

When I use Robo 3T for MongoDB, can I have my query history scripts stored in Robo 3T, just like pl/sql developer for oracle? this is a very key function cause often times I need to check my previously query inputs.

Penny Liu
  • 15,447
  • 5
  • 79
  • 98
Benson
  • 189
  • 2
  • 9
  • You can see your recent queries in robo3t "Logs". For saving queries,you should use Studio3T or MongoDB Compass. – pranta Nov 14 '19 at 10:19

1 Answers1

8

Here are some simple ways to check query history in Robo 3T:

  1. Switch to the View tab then choose Logs option.
  2. Click on Logs button in the bottom left corner of the screen to show the Logs panel.
  3. Shortcuts are Ctrl + L for trigger Logs panel.

enter image description here

Penny Liu
  • 15,447
  • 5
  • 79
  • 98