R/dbDisconnect.R
close_db_connection.Rd
Disconnect the database connection.
close_db_connection(db)
An active database connection
No return value, function called to close the connection to the database.
if (FALSE) { db <- connect_online() close_db_connection(db) }