this post was submitted on 17 Nov 2023
0 points (NaN% liked)

Ask Experienced Devs

1232 readers
1 users here now

Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 1 year ago
MODERATORS
 

Was just wondering what's popular nowadays, maybe I find something new and better - what kind of tools are you using to access and manage databases?

I'm personally using Dbeaver a lot but honestly it feels increasingly more buggy and unreliable as time passes, every installation and update has had (unique) issues so far and there's little support. However the ease of use and some powerful, convenient, utilities in it make it preferable to others.

top 3 comments
sorted by: hot top controversial new old
[–] 0x0@programming.dev 0 points 11 months ago* (last edited 11 months ago) (1 children)

DBeaver is multi-platform and multi-db, which is why i use it, haven't had any major issues with it but don't use it for overcomplicated stuff either, just running queries. Does rely on java, though...

[–] bleistift2@feddit.de 0 points 10 months ago

I use it. Since I’m frontend and shouldn’t prod the database too often, I wanted something free.

Things I don’t like:

  • There’s an update about every second day, which requires you close DBeaver and run the whole installer again.
  • Scripts’ default names are ‘Script ’, but they’re sorted ASCIIbetically, so script11 comes before script2.
  • Lots of 8×8px buttons that don’t make clear what they’re for at all.
  • The editor is very clunky. I can’t tell what exactly is wrong with it, but writing SQL doesn’t feel nearly as natural as typing code in an IDE.
[–] hikaru755@feddit.de 0 points 11 months ago

I'm quite happy with the Database tools integrated in IntelliJ Ultimate (you can also get them standalone as DataGrip, I think). Granted I'm a full-stack developer and not a full-time database guy, but for my needs, they do the job very well.