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.

  • bleistift2@feddit.de
    link
    fedilink
    English
    arrow-up
    0
    ·
    9 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 <nnn>’, 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.