mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 15:53:34 +02:00
dbeaver: add page (#16414)
* dbeaver: add page * Update pages/common/dbeaver.md * Update pages/common/dbeaver.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
This commit is contained in:
parent
c6a059d264
commit
560d09f612
1 changed files with 32 additions and 0 deletions
32
pages/common/dbeaver.md
Executable file
32
pages/common/dbeaver.md
Executable file
|
@ -0,0 +1,32 @@
|
||||||
|
# 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`
|
Loading…
Add table
Reference in a new issue