Hi @sheejo
There are utilities like psycopg2
psycopg2.connect(database='<database_name_here>', user='<user_name_here>', password='<password_here', host='<host_here>', port= '<port_here')
** since it's an open source and not managed by Adobe you shall consult with your Architect & Security pr...