getConnectionToDB: Getting connection to the Postgres DB

View source: R/functions.R

getConnectionToDBR Documentation

Getting connection to the Postgres DB

Description

Getting connection to the Postgres DB from environmental settings

Usage

getConnectionToDB()

Details

This function gets connections to the DB based on environmental variables which contains information about the name of database (DB_NAME), user (DB_USER), password (DB_PASSWORD), port (DB_PORT), host (DB_HOST) and schema (DB_SCHEMA).

Value

Connection to database

Author(s)

Alina Tselinina tselinina@gmail.com


aqlina/musicBox documentation built on Jan. 20, 2024, 2:29 a.m.