DEV Community

Cover image for What are your favorite DB GUI tools?
Madza
Madza

Posted on

What are your favorite DB GUI tools?

I like Workbench for MySQL and Compass or Robo 3T for MongoDB.

What DB GUI tools have you tried and which ones do you like best?

Top comments (64)

Collapse
 
igeligel profile image
Kevin Peters • Edited

Recently discovered Beekeeper Studio, it is Open Source and free. Based on Electron and Vue.js it is cross-platform which is super nice. On top, it works with most SQL dialects. Personally, I mostly use PostgreSQL in my personal projects so this is just perfect and so much better than pgAdmin.

For work, I use Datagrip since the license is provided. The most used feature there is probably the copy rows as CSV, JSON, or similar. That is the deal breaker there. Hoping Beekeeper introduces this feature as well.

Collapse
 
rathboma profile image
Matthew Rathbone

👋 Beekeeper Studio creator here. We have download table as CSV/JSON, but not copy rows. Like that idea. I'll add it to the feature requests :-)

Collapse
 
julianjupiter profile image
Julian Jupiter

I uninstalled it immediately coz the tables were not being shown. I commented on one of the posts of Beekeeper on Twitter but got no response. What a horrible experience from both software and its twitter. twitter.com/beekeeperdata/status/1...

Thread Thread
 
nexovec profile image
nexovec

Don't disclose issues through twitter, please.

Collapse
 
anibalardid profile image
Anibal

Wow ! Congratulations. An amazing tool. I didn’t know it, so I will install and checkit

Collapse
 
el_giancar profile image
Giancarmine

Beekeeper studio is my favorite one!!!

Please consider add MongoDB support

Also... Way don't add hacktoberfest lable to the issues? 🔥🔥🔥

Thread Thread
 
rathboma profile image
Matthew Rathbone

Would love too add mongo support, but I'm not a current mongo user, and feels like it deserves some real work to figure out how to display mongo data in a way that works well.

So probably not for a little while I guess? If you have ideas on what results should look like for mongo data please take screenshots and make an issue! It will help me a lot when I build the feature.

Collapse
 
dominikhaid profile image
dominikhaid

Datagrip would be my Choice for SQL if had a license. It tried it once and it really works well.

Collapse
 
matronator profile image
Matronator • Edited

I wouldn't mention the Electron part if you want to drive people in, not out. Electron apps are cancer.

But back to the topic, I vote DataGrip as well.

Collapse
 
lucasm profile image
Lucas Menezes

For MySQL, PostgreSQL and Oracle I use DBeaver =)

Collapse
 
joelbonetr profile image
JoelBonetR 🥇

me too

Collapse
 
derekcrosson profile image
Derek Crosson

I love DBeaver and that it can generate entity relationship diagrams.

Collapse
 
juniordevforlife profile image
Jason F

+1 for DBeaver.

Collapse
 
julianjupiter profile image
Julian Jupiter

Their cloud/web version is awesome.

Collapse
 
khanhle81839451 profile image
Khanh Le

I like Datagrip from Jetbrain for any kind of DB engine

Collapse
 
brainless profile image
Sumit Datta • Edited

I love Workbench too, for PostgreSQL I do not really use a GUI. But then again a typical Django/Laravel/Rails etc admin is a GUI and I have made plenty of those.

Currently I am building a GUI for databases that does not need/mention SQL and builds all queries for you behind the scene. Here is the product and its source on GitHub.

Collapse
 
gktim profile image
gkTim

Sequel pro and beekeeperstudio both are good. Sequel Pro has now a days some crashing as it is not very actively maintained but still one of the best guis I know. Beekeeperstudio is relatively new but they have a good pace and bring up new features quite quick.

Collapse
 
endelwar profile image
Manuel Dalla Lana

There is a fork of Sequel Pro which is actively maintained: github.com/Sequel-Ace/Sequel-Ace

Collapse
 
zakariachahboun profile image
zakaria chahboun

Beekeeper and DBGate

Collapse
 
madza profile image
Madza

Thanks for the insight, zakaria 👍💯✨

Collapse
 
steinbring profile image
Joe Steinbring

I like Navicat if I don't have to pay for it and TablePlus if I do. Both work with whatever DBMS you are looking to use it with.

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

For SQLite, I remembered it was SQLiteStudio, but it seems that the website has updated. (I also remembered that it was never first results on Google...)

I also remembered that DBeaver did its job well, for multiple kinds of RDBMS, based on JDBC.

Since I use MongoDB Atlas, I rarely use Compass, (but I need it sometimes, especially outside Atlas).

Collapse
 
madza profile image
Madza

I use Atlas too, but find Compass to be way faster and more intuitive, those are the main reasons I use it 👍

Collapse
 
dailydevtips1 profile image
Chris Bongers

For me, Sequel Pro and good old phpMyAdmin

Collapse
 
rahul_ramfort profile image
Rahul

Hope you're using the nightly build of Sequel Pro. If not you should consider switching to Sequel Ace.
Perks:

  • App doesn't crash when one of the tabs is closed
  • Filter using multiple columns on a table.
Collapse
 
dailydevtips1 profile image
Chris Bongers

Just the plain build haven't seen Sequel Ace, but let me give it a try

Collapse
 
madza profile image
Madza

Oh, good days with phpMyAdmin 😉 Got the job done still 👍👌

Collapse
 
dailydevtips1 profile image
Chris Bongers

100% it's maybe something I'm just used to, but it works

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

;)

Collapse
 
markrailton profile image
Mark Railton

Personally I love DataGrip from JetBrains.

Collapse
 
alena_subotina profile image
Alena Subotina

I prefer dbForge Studio for MySQL. It is an ultimate IDE for MySQL and MariaDB database development, management, and administration.

Collapse
 
madza profile image
Madza

Thanks for insight 🙏❤

Collapse
 
janproch profile image
Jan Prochazka

For MySQL, PostgreSQL, SQLite , MS SQL and MongoDB you can try DbGate. I am DbGate creator

Collapse
 
madza profile image
Madza

Thnaks for sharing this tool 😉👍

Collapse
 
quasipickle profile image
Dylan Anderson

Heidi SQL

Collapse
 
andrewbaisden profile image
Andrew Baisden

Compass for MongoDB and Valentina Studio for postgresql.

Collapse
 
madza profile image
Madza

I need to pick up a great GUI for PostgreSQL, added to the list 😉 Thanks! 👌