Database

db_list

List all database connections from configuration

Lists all database connections defined in the configuration, showing the connection name, driver, host, and database name (if applicable).


Usage

db_list()

Returns

Invisibly returns NULL after printing connection list

Examples

# List all connections
db_list()

Source: R/connections.R