get_db_conn: Opens JDBC Connection

Description Usage Arguments

Description

Opens JDBC Connection

Usage

1
2
3
get_db_conn(db_endpoint = db_endpoint, db_name = db_name,
  db_port = db_port, db_type = db_type, username = username,
  password = password)

Arguments

db_endpoint

is the endpoint of the db instance.

db_name

is the name of the database.

db_port

is the db port.

db_type

is the type of database (redshift, pgsql, sql, mysql)

username

is an username with access to the db.

password

is the password of the username.


rebordao/myrutils documentation built on May 27, 2019, 4:01 a.m.