set_app_connection: Set Application Database Connection
Description
Establishes a connection to a PostgreSQL database using provided credentials.
This function utilises the DBI and RPostgres packages to set up the connection.
# Establish a connection to the PostgreSQL databaseset_app_connection(
dbname = "vmc",
host = "apps-server.idems.international",
port = 5432,
user = "vmc",
password = "LSQkyYg5KzL747")