Replies: 1 comment
-
Take a look at https://github.com/dbeaver/dbeaver/wiki/Command-Line parameters. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
💡 Feature Proposal: Open DBeaver with Connection String via CLI
🧭 Overview
I'm wondering whether a feature exists—or could be proposed—for DBeaver that allows users to launch the application via the command line interface (CLI) and automatically open a database connection using a connection string passed as an argument.
🎯 Use Case
Scenario:
You're working in a terminal-heavy environment (e.g., scripting, automation, devops) and want to quickly inspect or interact with a database using DBeaver's GUI.
Desired Workflow:
dbeaver --connect "postgres://user:pass@host:5432/dbname"
Expected Behavior:
🚀 Benefits
🛠️ Possible Implementation Ideas
--connect
or--connection-string
flag to the CLI.Beta Was this translation helpful? Give feedback.
All reactions