DESCR
This commit is contained in:
parent
0f556b5c03
commit
1199863b8b
1 changed files with 5 additions and 3 deletions
|
|
@ -3,6 +3,7 @@
|
|||
#' @importFrom DBI dbConnect dbGetQuery
|
||||
#' @importFrom RPostgres Postgres
|
||||
#' @importFrom dplyr tbl
|
||||
#' @export
|
||||
query_metadata_table <- function(table = "single_builds") {
|
||||
con <- DBI::dbConnect(RPostgres::Postgres(),
|
||||
dbname = "build_metadata", host = "postgres-arm-binaries-r.devxy.io",
|
||||
|
|
|
|||
Loading…
Reference in a new issue