Replies: 1 comment
-
It's not implemented. |
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
-
I have a script that creates a new dbeaver connection using the dbeaver command line utility (on osx), and I'm having a hard time creating it with a custom
connection.type
.I've tried a few different things:
...|type=prod|...
...|connectionType=prod|...
...|connection.type=prod|...
...|prop.type=prod|...
...|prop.connectionType=prod|...
...|prop.connectiontype=prod|...
params.properties
file:/Applications/DBeaver.app/Contents/MacOS/dbeaver -vars params.properties -connect "driver=mysql|..."
with the contents:
I also deleted the existing connection just to make sure this gets created (instead of modifying an existing connection).
None of the above seemed to work. Does anyone know how to set the
connection.type
from the dbeaver command?Beta Was this translation helpful? Give feedback.
All reactions