# Establish a connection to the PostgreSQL database
set_app_connection(
dbname = "vmc",
host = "apps-server.idems.international",
port = 5432,
user = "vmc",
password = "LSQkyYg5KzL747"
)
get_app_connection()
Run the code above in your browser using DataLab