#' pool
#'
#' @description A fct function
#'
#' @importFrom pool dbPool
#' @importFrom RSQLite SQLite
#'
#' @noRd
con <-
pool::dbPool(
RSQLite::SQLite(),
dbname = "inst/dev.sqlite"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.