postgresql_dbconnection: Connection to a PostgreSQL database

View source: R/postgresql_dbconnection.R

postgresql_dbconnectionR Documentation

Connection to a PostgreSQL database

Description

This function able to establish a connection with a PostgreSQL database.

Usage

postgresql_dbconnection(db_user, db_password, db_dbname, db_host, db_port)

Arguments

db_user

character expected. Login or username for the database connection.

db_password

character expected. Password for the database connection.

db_dbname

character expected. Name/identification of the database.

db_host

character expected. Host adress of the database.

db_port

integer expected. Identification of the port.

Value

The function return a list.


OB7-IRD/furdeb documentation built on April 21, 2024, 12:17 a.m.