Description Usage Arguments Value
Create an Oracle database connection
1 | create_connection(db_name, config_path = NULL, driver = NULL)
|
db_name |
A character string specifying the name of the database |
config_path |
A character string specifying the file path for the .yml file containing database credentials (optional) |
driver |
Optional character string specifying the database driver to use (currently supports 'odbc' (default) or 'ROracle'. |
A dbconnect object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.