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] "52.37.132.215" #> #> $current #> [1] "2020.1" #> #> $supported #> [1] "2018.1" "2019.1" "2020.1" "childes_db_dev" #> #> $historical #> list() #> #> $user #> [1] "childesdb" #> #> $password #> [1] "uy5z4hf7ihBjf" #>
# }