TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What’s the best GUI you’ve ever used for managing/querying databases?

27 pointsby kadomonyalmost 2 years ago

25 comments

mikewarotalmost 2 years ago
I&#x27;m sure this is going to be a very unpopular opinion here...but Microsoft Access 2000 was amazing for managing small databases shared on a LAN. You could build relational tables, and it managed all the keys, etc. You could build a CRUD app in less than an hour for almost any data an organization might have.<p>You could then scale up to ODBC or SQL databases as time went on. It was part of that golden era of tools that did lots of useful things, and could be used by those with domain knowledge, right before .NET infected Microsoft.<p>If you needed to interface with specialized hardware (as I did a few times), you could use VBA or Delphi to do that work, and tie it into the back-end, while providing a good UI for the person operating the hardware.
vietthanalmost 2 years ago
I’m happy with DBeaver as I have many databases of different engines that I have to connect to throughout the day.
briHassalmost 2 years ago
I have a love&#x2F;hate, but SQL Server Management Studio. Especially if you load a couple of the Redgate tools, it is insanely powerful and the intellisense completion is amazing.<p>I&#x27;ve used almost all of the major tools for other DBs, and they feel like toys or simple query runners in comparison. The biggest downside to SSMS is that it does feel and perform like the bloated, kitchen sink it is, but honestly, things that do more than run queries, like pgAdmin are just as slow or slower and don&#x27;t offer nearly as nice of an experience.
girishsoalmost 2 years ago
Postico for Postgres on Mac<p><a href="https:&#x2F;&#x2F;eggerapps.at&#x2F;postico2&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;eggerapps.at&#x2F;postico2&#x2F;</a>
vmurthyalmost 2 years ago
My use case is a bit different (I am a PM) but I found what pyCharm offers very useful for my use case (Postgres) . I don&#x27;t create or manage DBs if that helps.<p>They have a tool called DataGrip as well [1]<p>[1] <a href="https:&#x2F;&#x2F;www.jetbrains.com&#x2F;datagrip&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.jetbrains.com&#x2F;datagrip&#x2F;</a>
vlodalmost 2 years ago
On linux (and windows&#x2F;mac) there&#x27;s BeeKeeper Studio [0]. They have a free &#x27;Community Edition&#x27;.<p>NB: It&#x27;s an electron app, but is performant IMHO<p>[0]: <a href="https:&#x2F;&#x2F;www.beekeeperstudio.io" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.beekeeperstudio.io</a>
kgodeyalmost 2 years ago
I’m not sure if it’s okay to plug my project, but I work on Mathesar (<a href="https:&#x2F;&#x2F;github.com&#x2F;centerofci&#x2F;mathesar">https:&#x2F;&#x2F;github.com&#x2F;centerofci&#x2F;mathesar</a>) which can be used as a Postgres GUI. We’re putting a lot of product&#x2F;design effort into making it nice to use for non technical users.<p>Otherwise, I just use the command line.
jayy-lmaoalmost 2 years ago
Without a doubt DBeaver!<p>PgAdmin never got me out of the psql terminal but DBeaver has been a pleasure to use
kermattalmost 2 years ago
<a href="https:&#x2F;&#x2F;www.dbvis.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.dbvis.com&#x2F;</a> - been using it for I don&#x27;t know how many years now. Just enough GUI, and most of what I would use an SQL cli for.
thihtalmost 2 years ago
The worst would be pgAdmin. I tried it again this week and don’t understand why I need 7 clicks to access a table in the tree. Also I didn’t find how to actually show the content of a table. Nor how to execute a query.
MichaelEstesalmost 2 years ago
If you’re on OSX I haven’t found any program better than Sequel Pro (sometimes referred to as Sequel pancakes). It’s one of a few programs that makes keeping a Mac around worth it.
factorialboyalmost 2 years ago
I&#x27;ve tried a few, but given my workflows, I find the &quot;built-in&quot; database GUI capabilities in Jetbrains IDEs more than sufficient for my needs.
jamil7almost 2 years ago
Postico <a href="https:&#x2F;&#x2F;eggerapps.at&#x2F;postico2&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;eggerapps.at&#x2F;postico2&#x2F;</a>
seeknotfindalmost 2 years ago
Nothing beats the freedom and universality of the command line or using APIs (with a small utility library) in a repl of the language of your choice.
评论 #36626325 未加载
hooverdalmost 2 years ago
DBeaver. It just works, and for lots of DBs.
firecallalmost 2 years ago
I use Sequel Ace on macOS.<p>I&#x27;m so used to it, thats it&#x27;s one of the reasons I don&#x27;t use Postgres LOL
danrocalmost 2 years ago
I&#x27;ve been using TablePlus for some years now and really like it. Well designed and fast.
yellow_leadalmost 2 years ago
SQLiteStudio is the best I&#x27;ve ever seen. Also have used DBeaver and MySQL workbench.
momirlanalmost 2 years ago
Relational? DbVisualizer
znpyalmost 2 years ago
Probably SecureCRT.<p>It’s a great ssh client.<p>Honorable mentions: popcorntime, transmission.
vikmalsalmost 2 years ago
MongoDB compass
nico-macalmost 2 years ago
phpMyAdmin, what a great database tool. I have always missed it when working with postgres.
willsmith72almost 2 years ago
Idea Ultimate by far
hotgeartalmost 2 years ago
HeidiSQL for me
billy_bitchtitsalmost 2 years ago
microsoft access