R/get_con.R
get_pool.Rd
This function get a pool connection to a database reading the parameters from a config.yml file using the get function. See the vignette for details.
config.yml
get
get_pool(configname = "defaultdb", file = "config.yml")
a string with the name of the value
name of the configuration to read from.
a dbPool connection object
dbPool
John J. Aponte