Is there a way to connect Python to Dbeaver? #11168
yulikayln45
started this conversation in
General
Replies: 1 comment 1 reply
-
when dbeaver is running, the ssh tunnel is running machine-wide. you can set your tunnel to use a static port, and connect to localhost:8765 (example port) using any python library of your choice. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I currently work a company where I have a connection with SSH tunneling to a PostgresSQL database hosted in AWS. I have credentials for this.
I connect through Dbeaver where it is very convenient to see the schemas and do queries.
However, if I want to do any kind of analysis I currently need export the query results into a CSV and load these into Python, which is not very convenient to do multiple times.
Can someone please guide me on how to either: https://trackeasy.fun/usps/
Connect from Python to Dbeaver to query and analyze the info without downloading it? Or;
Connect directly from Python to the PostgresSQL database with the SSH tunnel.
Beta Was this translation helpful? Give feedback.
All reactions