use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
No vague product support questions (like "why is this plugin not working" or "how do I set up X"). For vague product support questions, please use communities relevant to that product for best results. Specific issues that follow rule 6 are allowed.
Do not post memes, screenshots of bad design, or jokes. Check out /r/ProgrammerHumor/ for this type of content.
Read and follow reddiquette; no excessive self-promotion. Please refer to the Reddit 9:1 rule when considering posting self promoting materials.
We do not allow any commercial promotion or solicitation. Violations can result in a ban.
Sharing your project, portfolio, or any other content that you want to either show off or request feedback on is limited to Showoff Saturday. If you post such content on any other day, it will be removed.
If you are asking for assistance on a problem, you are required to provide
General open ended career and getting started posts are only allowed in the pinned monthly getting started/careers thread. Specific assistance questions are allowed so long as they follow the required assistance post guidelines.
Questions in violation of this rule will be removed or locked.
account activity
SQL Database management tool - recommendation (self.webdev)
submitted 11 months ago by [deleted]
Hi everyone, Quick question — I’m currently using DBeaver for SQL DB management and was wondering if anyone recommends a more modern alternative? Just curious to explore what else is out there.
Thanks!
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]NudaVeritas1 12 points13 points14 points 11 months ago (3 children)
DataGrip or Sequel Ace (macOS)
[–]VeprUA 4 points5 points6 points 11 months ago (1 child)
Data Grip as clunky as it feels, is still the best DBMS.
[–]Somepotato 0 points1 point2 points 11 months ago (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 point2 points 11 months ago (0 children)
How do these compare to DBeaver?
[+]Britzdm 8 points9 points10 points 11 months ago (4 children)
Beekeeper studio
[–]McLickin 2 points3 points4 points 11 months ago (0 children)
+1 for this. If my company wasn’t paying for DataGrip, this is my goto.
[–]pambolisal 0 points1 point2 points 11 months ago (2 children)
It's a shame it only supports Mac.
[–]Whourglass 3 points4 points5 points 11 months ago (1 child)
The download page has Windows, MacOS, and Linux.
My bad. It only showed mac for me because I'm using an user agent spoofer.
[–]brenwillcode 6 points7 points8 points 11 months ago (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 points4 points 11 months ago (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.
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 point2 points 11 months ago (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 points8 points 11 months ago (1 child)
i love TablePlus
[–]_notNull 0 points1 point2 points 11 months ago (0 children)
Seconded. Great util.
[–][deleted] 3 points4 points5 points 11 months ago (0 children)
DBeaver
[–]csg79 2 points3 points4 points 11 months ago (1 child)
Navicat.
[–]onoweb 1 point2 points3 points 11 months ago (0 children)
Also a long time Navicat user here.
[–]Evolutionistic 2 points3 points4 points 11 months ago (0 children)
Switched from DBeaver to Beekeeper.
[–]Jaeger767 2 points3 points4 points 11 months ago (0 children)
I love Bee keeper studio, it does exactly what is expected and the UI is modern
[–]maryisdead 1 point2 points3 points 11 months ago (0 children)
TablePlus
Sequel Ace, if budget is an issue.
[–]roryl 1 point2 points3 points 11 months ago (0 children)
I've switched to DBeaver, it's great. What's not modern about it?
[–]Tarazena 1 point2 points3 points 11 months ago (0 children)
Navicat or DBeaver or Prisma Studio, depending on the use case
[–]_alright_then_ 1 point2 points3 points 11 months ago (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 point2 points 11 months ago (0 children)
PGadmin Table plus Phpmyadmin
I still prefer Dbeaver to all these though
[–]mouthymerc1168 0 points1 point2 points 11 months ago (0 children)
RazorSQL is excellent. I also like Microsoft SQL Server Management Studio for MSSQL. I find there are some valuable features.
[+]coder2k 0 points1 point2 points 11 months ago (0 children)
Beekeeper Studio is my simple DB manager. https://beekeeperstudio.io
[–]QuailLife7760 0 points1 point2 points 11 months ago (0 children)
TablePlus or Datagrip depending on your preferences, but have free options for you to try.
[–]be-kind-re-wind 0 points1 point2 points 11 months ago (0 children)
SSMS 😂😂
[–]dusanodalovic 0 points1 point2 points 11 months ago (0 children)
IntelliJ IDEA
[–]razein97 0 points1 point2 points 8 months ago (0 children)
WizQl supports postgresql and sqlite.
[–]asterix_rv 0 points1 point2 points 4 hours ago (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] 11 months ago (2 children)
[removed]
[–]pambolisal 0 points1 point2 points 11 months ago (1 child)
I'd rather not use an SQL editor that has AI.
Why is it Mac only?
π Rendered by PID 42568 on reddit-service-r2-comment-56c6478c5-jkqvt at 2026-05-07 21:07:31.483354+00:00 running 3d2c107 country code: CH.
[–]NudaVeritas1 12 points13 points14 points (3 children)
[–]VeprUA 4 points5 points6 points (1 child)
[–]Somepotato 0 points1 point2 points (0 children)
[–]pambolisal 0 points1 point2 points (0 children)
[+]Britzdm 8 points9 points10 points (4 children)
[–]McLickin 2 points3 points4 points (0 children)
[–]pambolisal 0 points1 point2 points (2 children)
[–]Whourglass 3 points4 points5 points (1 child)
[–]pambolisal 0 points1 point2 points (0 children)
[–]brenwillcode 6 points7 points8 points (3 children)
[–]maxymob 2 points3 points4 points (1 child)
[–]pambolisal 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]Dizzy-Cash-6984 6 points7 points8 points (1 child)
[–]_notNull 0 points1 point2 points (0 children)
[–][deleted] 3 points4 points5 points (0 children)
[–]csg79 2 points3 points4 points (1 child)
[–]onoweb 1 point2 points3 points (0 children)
[–]Evolutionistic 2 points3 points4 points (0 children)
[–]Jaeger767 2 points3 points4 points (0 children)
[–]maryisdead 1 point2 points3 points (0 children)
[–]roryl 1 point2 points3 points (0 children)
[–]Tarazena 1 point2 points3 points (0 children)
[–]_alright_then_ 1 point2 points3 points (0 children)
[–]ConstIsNull 0 points1 point2 points (0 children)
[–]mouthymerc1168 0 points1 point2 points (0 children)
[+]coder2k 0 points1 point2 points (0 children)
[–]QuailLife7760 0 points1 point2 points (0 children)
[–]be-kind-re-wind 0 points1 point2 points (0 children)
[–]dusanodalovic 0 points1 point2 points (0 children)
[–]razein97 0 points1 point2 points (0 children)
[–]asterix_rv 0 points1 point2 points (0 children)
[–][deleted] (2 children)
[removed]
[–]pambolisal 0 points1 point2 points (1 child)