mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
38 lines
621 B
Plaintext
Executable File
38 lines
621 B
Plaintext
Executable File
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# dbeaver
|
|
|
|
> A GUI SQL client supporting many databases.
|
|
> More information: <https://dbeaver.com/docs/dbeaver/Command-Line/>.
|
|
|
|
- Open DBeaver:
|
|
|
|
`dbeaver`
|
|
|
|
- Open DBeaver connecting 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 DBeaver to the top of applications:
|
|
|
|
`dbeaver --bringToFront`
|
|
|
|
- Display help:
|
|
|
|
`dbeaver --help`
|