DEV Community

Discussion on: What are your favorite DB GUI tools?

Collapse
 
stefanoginobili profile image
Stefano Ginobili

For MongoDB I use NoSQLBooster. What I appreciate is:

  • good JS editor
  • intellisense (paid version)
  • useful option to mark a connection as read-only, especially when you are connecting to a production environment just to run a query
  • monitoring tools
  • query history
  • ...and so on

;)