export functions

This commit is contained in:
Patrick Schratz 2024-07-23 23:03:59 +02:00
commit d630fc1caa
Signed by: pat-s
GPG key ID: 3C6318841EF78925

1
R/db.R
View file

@ -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",