Description Usage Arguments Value
This function attempts to generate a connection using DBI::dbConnect()
. By
default, options are taken from a config.yml
file which should contain
fields for
driver
server
database
uid (username)
pwd (password)
trusted (usually 'yes')
1 | connect_to_database(conf = config::get("database"))
|
conf |
List of config opts |
A connection
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.