R/fct_pool.R

#' pool
#'
#' @description A fct function
#'
#' @importFrom pool dbPool
#' @importFrom RSQLite SQLite
#'
#' @noRd
con <-
  pool::dbPool(
  RSQLite::SQLite(),
  dbname = "inst/dev.sqlite"
)
rsimonmd/golem-remote documentation built on May 16, 2022, 12:26 a.m.