Get information on database connection options

get_db_info()

Value

List of database info: host name, current version, supported versions, historical versions, username, password

Examples

# \donttest{ get_db_info()
#> $host #> [1] "34.210.173.143" #> #> $current #> [1] "2021.1" #> #> $supported #> [1] "2021.1" "peekbank_dev" #> #> $historical #> list() #> #> $user #> [1] "reader" #> #> $password #> [1] "gazeofraccoons" #>
# }