Control DBeaver - GUI SQL Client | Online Free DevTools by Hexmos
Control SQL databases with DBeaver, a versatile GUI SQL client. Connect to various databases, execute queries, and manage data. Free online tool, no registration required.
dbeaver
A GUI SQL client supporting many databases. More information: https://dbeaver.com/docs/dbeaver/Command-Line/.
- Open
DBeaver:
dbeaver
- Open
DBeaverconnecting to a specific database:
dbeaver {{[-con|--connect]}} {{database}}
- Force the creation of a new instance:
dbeaver --newInstance
- Stop the running instance:
dbeaver --quit
- Close all tabs within dbeaver:
dbeaver --closeTabs
- Bring
DBeaverto the top of applications:
dbeaver --bringToFront
- Display help:
dbeaver --help