The desktop client
DataGrip, DBeaver, TablePlus, pgAdmin in desktop mode
Good at The richest editors in the category, and they answer to nobody but you. Offline, fast, deeply featured, and yours to configure.
Costs you It runs on your laptop, so the database has to be reachable from your laptop: a public port, a bastion, a VPN or an SSH tunnel. Every new machine and every new colleague repeats that setup, and the credential ends up on each of those machines.
The hosted SQL editor
Vendor-run web consoles and SaaS query tools
Good at Nothing to install and nothing to run. A link, a login, and a query box.
Costs you Your data crosses a boundary you do not control, and the vendor needs a route into your database to make that work. For some data that is a procurement conversation; for some it is a no.
Deployed beside the data
LibreDB Studio
Good at One container inside the same network as the database. Nothing is exposed, nothing leaves the perimeter, and the browser is the only client anyone installs. Access is granted through your identity provider and revoked there too.
Costs you Something has to run it. That is a container or a Helm release you own and update — cheap next to a VPN rollout, but it is not nothing.