Skip to contents

Connect to a database using the provided configuration.

Usage

db_connect(db_config = NULL, ...)

db_connect_local(db_config = NULL, ...)

Arguments

db_config

A list containing the database connection configuration.

...

Additional arguments to pass to DBI::dbConnect.

Value

A database connection object.

Functions

  • db_connect_local(): Connect to an local, in-memory database