connect_ut_db: connect to the unit test database

Description Usage Arguments

Description

connect to the unit test database

Usage

1
2
connect_ut_db(host = "localhost", dbname = "n2kunittest",
  user = "unittest_analysis", password = "unittest", port = 5432)

Arguments

host

the hostname of the database. Defaults to "localhost".

dbname

the name of the unit test database. Defaults to "n2kunittest".

user

the name of the unit test user. Defaults to "unittest_analysis".

password

the password for the user. Defaults to "unittest".

port

The port of host. Defaults to 5432.


inbo/n2kupdate documentation built on May 8, 2019, 5:42 p.m.