db_connect: Connect to the database configured via yaml.

View source: R/db.R

db_connectR Documentation

Connect to the database configured via yaml.

Description

Uses dbConnect to connect to a DBMS. If this uses SQLite then it will ensure foreign key constraints are enabled.

Usage

db_connect(type, path)

Arguments

type

The db to connect to, must match a db configured in db config.

path

Path to directory containing yaml config.


vimc/dettl documentation built on Oct. 6, 2022, 2:13 p.m.