pool <- pool::dbPool(
RSQLite::SQLite(),
dbname = get_golem_config("db_name"),
host = get_golem_config("db_host"),
username = Sys.getenv("DB_USERNAME"),
password = Sys.getenv("DB_PASSWORD")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.