library(sqlhelper)
connect(
system.file("examples/sqlhelper_db_conf.yml",
package="sqlhelper"),
exclusive = TRUE
)
connection_info()
get_default_conn_name()
set_default_conn_name("pool_sqlite")
connection_info()
get_default_conn_name()
Run the code above in your browser using DataLab