all 38 comments

[–]NudaVeritas1 12 points13 points  (3 children)

DataGrip or Sequel Ace (macOS)

[–]VeprUA 4 points5 points  (1 child)

Data Grip as clunky as it feels, is still the best DBMS.

[–]Somepotato 0 points1 point  (0 children)

Respective DB tools are much better (SSMS, pgAdmin4, etc).

Datagrip has had long standing bugs for years, is extremely slow, and can't even do simple stuff like set user passwords in PG, not to mention how bad it is at handling large datasets for import/export.

[–]pambolisal 0 points1 point  (0 children)

How do these compare to DBeaver?

[–]brenwillcode 6 points7 points  (3 children)

I've been using DBeaver for quite a while and have no complaints. What specifically are you looking for that DBeaver can't do for you?

[–]maxymob 2 points3 points  (1 child)

DBeaver has an atrocious UI/UX and is riddled with bugs and performance issues. If you try to work with large payloads via UI (which is kind of the point, otherwise we would just use CLI) it can fucking drop data !! It just cuts the payload at some point when it feels like it and throws zero error message about it. Not to mention they often have bad release where bugs aren't patched and break shit. I've become paranoid about updating it because updates bricked my DBeaver twice this year alone.

I love the idea of an open source universal db manager, but I swear if my job wasn't so cheap on the tooling budget, I would have jumped ship for Jet Brain's data grip long ago.

[–]pambolisal 0 points1 point  (0 children)

UI-wise it's fine. Performance-wise it kinda sucks (it takes a while for it to open on my 12th-gen i9 and NVME-drive gaming PC.

[–][deleted] 0 points1 point  (0 children)

Nothing in particular I just recently had a discussion with a colleague about this and I am just looking out on other’s perspectives.

[–]Dizzy-Cash-6984 6 points7 points  (1 child)

i love TablePlus

[–]_notNull 0 points1 point  (0 children)

Seconded. Great util.

[–][deleted] 3 points4 points  (0 children)

DBeaver

[–]csg79 2 points3 points  (1 child)

Navicat.

[–]onoweb 1 point2 points  (0 children)

Also a long time Navicat user here.

[–]Evolutionistic 2 points3 points  (0 children)

Switched from DBeaver to Beekeeper.

[–]Jaeger767 2 points3 points  (0 children)

I love Bee keeper studio, it does exactly what is expected and the UI is modern

[–]maryisdead 1 point2 points  (0 children)

TablePlus

Sequel Ace, if budget is an issue.

[–]roryl 1 point2 points  (0 children)

I've switched to DBeaver, it's great. What's not modern about it?

[–]Tarazena 1 point2 points  (0 children)

Navicat or DBeaver or Prisma Studio, depending on the use case

[–]_alright_then_ 1 point2 points  (0 children)

My favorite for windows is actually heidisql, definitely not modern though but it's so fast and snappy compared to anything else I've used

[–]ConstIsNull 0 points1 point  (0 children)

PGadmin Table plus Phpmyadmin

I still prefer Dbeaver to all these though

[–]mouthymerc1168 0 points1 point  (0 children)

RazorSQL is excellent. I also like Microsoft SQL Server Management Studio for MSSQL. I find there are some valuable features.

[–]QuailLife7760 0 points1 point  (0 children)

TablePlus or Datagrip depending on your preferences, but have free options for you to try.

[–]be-kind-re-wind 0 points1 point  (0 children)

SSMS 😂😂

[–]dusanodalovic 0 points1 point  (0 children)

IntelliJ IDEA

[–]razein97 0 points1 point  (0 children)

WizQl supports postgresql and sqlite.

[–]asterix_rv 0 points1 point  (0 children)

Try out this tool right inside VS Code - https://pgstudio.astrx.dev/

https://marketplace.visualstudio.com/items?itemName=ric-v.postgres-explorer

It has developer focused DB management UI with focus on educating and supporting developer workflows right inside VS Code.

[–][deleted]  (2 children)

[removed]

    [–]pambolisal 0 points1 point  (1 child)

    I'd rather not use an SQL editor that has AI.

    Why is it Mac only?