snippetbashTip
dbeaver — A GUI SQL client supporting many databases. More information: <https://dbeaver.com/docs/dbeaver/Comm
Viewed 0 times
commandclientmanydbeaversupportingclisqlgui
Problem
How to use the
dbeaver command: A GUI SQL client supporting many databases. More information: <https://dbeaver.com/docs/dbeaver/Command-Line/>.Solution
dbeaver — A GUI SQL client supporting many databases. More information: <https://dbeaver.com/docs/dbeaver/Command-Line/>.Open DBeaver:
dbeaverOpen DBeaver connecting to a specific database:
dbeaver {{[-con|--connect]}} {{database}}Force the creation of a new instance:
dbeaver --newInstanceStop the running instance:
dbeaver --quitClose all tabs within DBeaver:
dbeaver --closeTabsBring DBeaver to the top of applications:
dbeaver --bringToFrontDisplay help:
dbeaver --helpCode Snippets
Open DBeaver
dbeaverOpen DBeaver connecting to a specific database
dbeaver {{[-con|--connect]}} {{database}}Force the creation of a new instance
dbeaver --newInstanceStop the running instance
dbeaver --quitClose all tabs within DBeaver
dbeaver --closeTabsContext
tldr-pages: common/dbeaver
Revisions (0)
No revisions yet.