new_db_con: db_connect

Description Usage Arguments

Description

db_connect

new_db_con

Usage

1
2
3
db_connect(drv_fun, ...)

new_db_con(drv_fun, ...)

Arguments

drv_fun

A function returning a database driver - e.g.: DBI::ANSI, RSQLite::SQLite, ...

...

paremeter passed through class_db_con$new(...) which passes them through to DBI::dbConnect(drv_fun(), ...) - see dbConnect.


petermeissner/db6 documentation built on May 17, 2019, 8:21 a.m.