Live data from Hacker News

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

news.ycombinator.com

1–10 of 31 posts

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

#8
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't create or manage DBs if that helps.

They have a tool called DataGrip as well [1]

[1] https://www.jetbrains.com/datagrip/

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

#9

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.

I mean, you're not wrong: there is absolutely a big place for API/CLI support with DB tools, but in this specific instance, the OP specifically asked for a GUI, not CLI or APIs to roll their own.

If you're a MacOS user and your DB of choice is supported, this is my choice: https://www.beekeeperstudio.io/

If you're a Postgres user, pgAdmin had previously been my go to: https://www.pgadmin.org/

Post reply on HN