db.close.Rd
Close a previously opened connection to a database.
db.close(con, showWarnings = TRUE)
database connection to be closed
logical: report possible issues with connection?
`TRUE`, invisibly (see [DBI::dbDisconnect()])
Rob Kooper
if (FALSE) { # \dontrun{ db.close(con) } # }