Live data from Hacker News

DBeaver – open-source database client

github.com

1–10 of 161 posts

Re: DBeaver – open-source database client

#3
Dbeaver is generally great. Sometimes I have weird issues where it just can’t load data after losing connection with Postgres. It’ll act like it’s reconnecting but will invariably fail. I need to manually disconnect and reconnect to get it to work.

But otherwise it does everything I need. I install it on all of my computers.

Re: DBeaver – open-source database client

#4
Also they made a browser database client (cloudbeaver) which is much better than pgdamin IMO. I set it for my company, so people can easily access database without creating tunnels, sharing passwords, etc. I tried pgadmin before, but it was incredibly buggy, almost unusable as a shared installation (often server would just hang until restart).

For desktop I, personally, prefer Idea Database plugin, because it's just SQL editor, but incredibly powerful one.

Re: DBeaver – open-source database client

#9
DBeaver is amazing. As someone who needs to do adhoc querying / extracting / loading of data from any hosts of system on a daily basis - this tool has saved me over and over again.

My beef is there doesn't seem to be a way to contribute $$$ to the OS version -- except for buying/subscribing to the commercial version. Maybe I've missed some web page that explains how to do contribute -- so if anyone knows if there's a way to do that --- post it here.

Post reply on HN