export functions
This commit is contained in:
parent
a30da76c88
commit
d630fc1caa
1 changed files with 12 additions and 4 deletions
1
R/db.R
1
R/db.R
|
|
@ -1,5 +1,6 @@
|
|||
#' @importFrom DBI dbConnect
|
||||
#' @importFrom RPostgres Postgres
|
||||
#' @export
|
||||
dbcon <- function() {
|
||||
DBI::dbConnect(RPostgres::Postgres(),
|
||||
dbname = "build_metadata", host = "postgres-arm-binaries-r.devxy.io",
|
||||
|
|
|
|||
Loading…
Reference in a new issue