Skip to content

add postgres db connector with ssh tunneling and configuration reader

Fanna Lautenbach requested to merge db-connector into SDC-685

The main is not necessary but nice for single use. can run with python retrieve_db_connection.py -s postgresql-ldv when connecting to the actual ldvadmin db or python retrieve_db_connection.py -s postgresql-local for your local docker container

the connector returns the connection but also the server (if any) and have to be stopped after doing smth with it

Merge request reports